Struct radix_common::crypto::HashAccumulator
source · pub struct HashAccumulator { /* private fields */ }
Expand description
Represents a 32-byte hash accumulator.
Implementations§
Auto Trait Implementations§
impl Freeze for HashAccumulator
impl RefUnwindSafe for HashAccumulator
impl Send for HashAccumulator
impl Sync for HashAccumulator
impl Unpin for HashAccumulator
impl UnwindSafe for HashAccumulator
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