pub struct Harvest(/* private fields */);Expand description
Multihash harvest digest.
Implementations§
Trait Implementations§
impl Eq for Harvest
impl StructuralPartialEq for Harvest
Auto Trait Implementations§
impl Freeze for Harvest
impl RefUnwindSafe for Harvest
impl Send for Harvest
impl Sync for Harvest
impl Unpin for Harvest
impl UnwindSafe for Harvest
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