pub struct RustCrypto;Expand description
Hasher backed by RustCrypto.
Trait Implementations§
Source§impl Clone for RustCrypto
impl Clone for RustCrypto
Source§fn clone(&self) -> RustCrypto
fn clone(&self) -> RustCrypto
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RustCrypto
Source§impl Debug for RustCrypto
impl Debug for RustCrypto
Source§impl Default for RustCrypto
impl Default for RustCrypto
Source§fn default() -> RustCrypto
fn default() -> RustCrypto
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RustCrypto
impl RefUnwindSafe for RustCrypto
impl Send for RustCrypto
impl Sync for RustCrypto
impl Unpin for RustCrypto
impl UnsafeUnpin for RustCrypto
impl UnwindSafe for RustCrypto
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