pub enum Sha2Error {
GenericError,
}Variants§
GenericError
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sha2Error
impl RefUnwindSafe for Sha2Error
impl Send for Sha2Error
impl Sync for Sha2Error
impl Unpin for Sha2Error
impl UnsafeUnpin for Sha2Error
impl UnwindSafe for Sha2Error
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