pub struct BinHash(pub BinHashValue);Tuple Fields§
§0: BinHashValueTrait Implementations§
Source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinHash
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinHash
impl Eq for BinHash
Source§impl From<BinHashValue> for BinHash
impl From<BinHashValue> for BinHash
Source§fn from(v: BinHashValue) -> Self
fn from(v: BinHashValue) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for BinHash
Auto Trait Implementations§
impl Freeze for BinHash
impl RefUnwindSafe for BinHash
impl Send for BinHash
impl Sync for BinHash
impl Unpin for BinHash
impl UnsafeUnpin for BinHash
impl UnwindSafe for BinHash
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