pub struct Multihash { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for Multihash
Remove extra layer of nestedness by deferring to the wrapped value’s Debug.
impl Debug for Multihash
Remove extra layer of nestedness by deferring to the wrapped value’s Debug.
Source§impl From<Multihash<64>> for Multihash
impl From<Multihash<64>> for Multihash
Source§fn from(multihash: LiteP2pMultihash) -> Self
fn from(multihash: LiteP2pMultihash) -> Self
Converts to this type from the input type.
Source§impl Ord for Multihash
impl Ord for Multihash
Source§impl PartialOrd for Multihash
impl PartialOrd for Multihash
impl Copy for Multihash
impl Eq for Multihash
impl StructuralPartialEq for Multihash
Auto Trait Implementations§
impl Freeze for Multihash
impl RefUnwindSafe for Multihash
impl Send for Multihash
impl Sync for Multihash
impl Unpin for Multihash
impl UnwindSafe for Multihash
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,
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
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.