pub struct TParamID(pub u64);
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
source§impl Ord for TParamID
impl Ord for TParamID
source§impl PartialEq<TParamID> for TParamID
impl PartialEq<TParamID> for TParamID
source§impl PartialOrd<TParamID> for TParamID
impl PartialOrd<TParamID> for TParamID
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for TParamID
impl Eq for TParamID
impl StructuralEq for TParamID
impl StructuralPartialEq for TParamID
Auto Trait Implementations§
impl RefUnwindSafe for TParamID
impl Send for TParamID
impl Sync for TParamID
impl Unpin for TParamID
impl UnwindSafe for TParamID
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.