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