Enum parity_crypto::digest::Ripemd160
source · [−]pub enum Ripemd160 {}
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ripemd160
impl Send for Ripemd160
impl Sync for Ripemd160
impl Unpin for Ripemd160
impl UnwindSafe for Ripemd160
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more