pub struct Sm3(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sm3
impl RefUnwindSafe for Sm3
impl Send for Sm3
impl Sync for Sm3
impl Unpin for Sm3
impl UnwindSafe for Sm3
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