pub struct MetaStringRef<'a> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> Clone for MetaStringRef<'a>
impl<'a> Clone for MetaStringRef<'a>
Source§fn clone(&self) -> MetaStringRef<'a>
fn clone(&self) -> MetaStringRef<'a>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MetaStringRef<'_>
impl Debug for MetaStringRef<'_>
Source§impl Hash for MetaStringRef<'_>
impl Hash for MetaStringRef<'_>
Source§impl Ord for MetaStringRef<'_>
impl Ord for MetaStringRef<'_>
Source§impl PartialEq<MetaStringRef<'_>> for MetaStringRef<'_>
impl PartialEq<MetaStringRef<'_>> for MetaStringRef<'_>
Source§impl PartialOrd<MetaStringRef<'_>> for MetaStringRef<'_>
impl PartialOrd<MetaStringRef<'_>> for MetaStringRef<'_>
impl<'a> Copy for MetaStringRef<'a>
impl Eq for MetaStringRef<'_>
Auto Trait Implementations§
impl<'a> Freeze for MetaStringRef<'a>
impl<'a> !RefUnwindSafe for MetaStringRef<'a>
impl<'a> !Send for MetaStringRef<'a>
impl<'a> !Sync for MetaStringRef<'a>
impl<'a> Unpin for MetaStringRef<'a>
impl<'a> !UnwindSafe for MetaStringRef<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.