pub struct Blake2s256;Trait Implementations§
Source§impl Debug for Blake2s256
 
impl Debug for Blake2s256
Source§impl Default for Blake2s256
 
impl Default for Blake2s256
Source§impl From<Blake2s256> for Uvar
 
impl From<Blake2s256> for Uvar
Source§fn from(hash: Blake2s256) -> Uvar
 
fn from(hash: Blake2s256) -> Uvar
Converts to this type from the input type.
Source§impl Multihash for Blake2s256
 
impl Multihash for Blake2s256
type Digester = Blake2s
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
Source§impl PartialEq for Blake2s256
 
impl PartialEq for Blake2s256
impl StructuralPartialEq for Blake2s256
Auto Trait Implementations§
impl Freeze for Blake2s256
impl RefUnwindSafe for Blake2s256
impl Send for Blake2s256
impl Sync for Blake2s256
impl Unpin for Blake2s256
impl UnwindSafe for Blake2s256
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