pub struct Sha256Error;Expand description
Why a digest string was rejected.
Trait Implementations§
Source§impl Debug for Sha256Error
impl Debug for Sha256Error
Source§impl Display for Sha256Error
impl Display for Sha256Error
impl Eq for Sha256Error
Source§impl Error for Sha256Error
impl Error for Sha256Error
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for Sha256Error
impl PartialEq 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