pub struct Sha256Error(/* private fields */);Expand description
Rejection of a string that is not a 64-character lowercase hex digest.
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 (const: unstable) · 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 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