Struct netidx_netproto::resolver::Secret
source · pub struct Secret(pub u128);
Tuple Fields§
§0: u128
Trait Implementations§
source§impl PartialEq<Secret> for Secret
impl PartialEq<Secret> for Secret
impl Eq for Secret
impl StructuralEq for Secret
impl StructuralPartialEq for Secret
Auto Trait Implementations§
impl RefUnwindSafe for Secret
impl Send for Secret
impl Sync for Secret
impl Unpin for Secret
impl UnwindSafe for Secret
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.