pub enum Sha256Error {
Backend(BackendError),
}Variants§
Backend(BackendError)
Trait Implementations§
Source§impl Clone for Sha256Error
impl Clone for Sha256Error
Source§fn clone(&self) -> Sha256Error
fn clone(&self) -> Sha256Error
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Sha256Error
impl Debug for Sha256Error
Source§impl PartialEq for Sha256Error
impl PartialEq for Sha256Error
impl Eq for Sha256Error
impl StructuralPartialEq for Sha256Error
Auto Trait Implementations§
impl Freeze for Sha256Error
impl RefUnwindSafe for Sha256Error
impl Send for Sha256Error
impl Sync for Sha256Error
impl Unpin for Sha256Error
impl UnsafeUnpin for Sha256Error
impl UnwindSafe for Sha256Error
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