pub struct Sha2Option;Trait Implementations§
Source§impl Debug for Sha2Option
impl Debug for Sha2Option
Source§impl Default for Sha2Option
impl Default for Sha2Option
Source§fn default() -> Sha2Option
fn default() -> Sha2Option
Returns the “default value” for a type. Read more
impl HashOption for Sha2Option
Auto Trait Implementations§
impl Freeze for Sha2Option
impl RefUnwindSafe for Sha2Option
impl Send for Sha2Option
impl Sync for Sha2Option
impl Unpin for Sha2Option
impl UnwindSafe for Sha2Option
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