pub struct KeywordType;
Implementations§
Trait Implementations§
Source§impl Borrow<str> for KeywordType
impl Borrow<str> for KeywordType
Source§impl Clone for KeywordType
impl Clone for KeywordType
Source§fn clone(&self) -> KeywordType
fn clone(&self) -> KeywordType
Returns a duplicate 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 KeywordType
impl Debug for KeywordType
Source§impl Hash for KeywordType
impl Hash for KeywordType
Source§impl Ord for KeywordType
impl Ord for KeywordType
Source§fn cmp(&self, other: &KeywordType) -> Ordering
fn cmp(&self, other: &KeywordType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KeywordType
impl PartialEq for KeywordType
Source§impl PartialOrd for KeywordType
impl PartialOrd for KeywordType
impl Copy for KeywordType
impl Eq for KeywordType
impl StructuralPartialEq for KeywordType
Auto Trait Implementations§
impl Freeze for KeywordType
impl RefUnwindSafe for KeywordType
impl Send for KeywordType
impl Sync for KeywordType
impl Unpin for KeywordType
impl UnwindSafe for KeywordType
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> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
Source§impl<T> CallHasher for T
impl<T> CallHasher for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
fn equivalent(&self, key: &K) -> bool
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.