pub struct Sha2256;Trait Implementations§
Source§impl Multihash for Sha2256
 
impl Multihash for Sha2256
type Digester = Sha256
fn name(&self) -> &'static str
fn code(&self) -> Uvar
fn length(&self) -> u8
fn digest_primitive(&self, tag: Tag, bytes: &[u8]) -> Harvest
fn digest_collection(&self, tag: Tag, list: Vec<Vec<u8>>) -> Harvest
fn digester(&self) -> Self::Digester
impl StructuralPartialEq for Sha2256
Auto Trait Implementations§
impl Freeze for Sha2256
impl RefUnwindSafe for Sha2256
impl Send for Sha2256
impl Sync for Sha2256
impl Unpin for Sha2256
impl UnwindSafe for Sha2256
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