pub struct MergeByte32;Expand description
Merge function for computing Merkle tree nodes from pairs of Byte32 values.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MergeByte32
impl RefUnwindSafe for MergeByte32
impl Send for MergeByte32
impl Sync for MergeByte32
impl Unpin for MergeByte32
impl UnwindSafe for MergeByte32
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more