pub struct ParseDigestAlgorithmError;Expand description
A digest algorithm name was outside the version-one contract.
Trait Implementations§
Source§impl Clone for ParseDigestAlgorithmError
impl Clone for ParseDigestAlgorithmError
Source§fn clone(&self) -> ParseDigestAlgorithmError
fn clone(&self) -> ParseDigestAlgorithmError
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 moreimpl Copy for ParseDigestAlgorithmError
Source§impl Debug for ParseDigestAlgorithmError
impl Debug for ParseDigestAlgorithmError
Source§impl Display for ParseDigestAlgorithmError
impl Display for ParseDigestAlgorithmError
impl Eq for ParseDigestAlgorithmError
Source§impl Error for ParseDigestAlgorithmError
impl Error for ParseDigestAlgorithmError
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()
impl StructuralPartialEq for ParseDigestAlgorithmError
Auto Trait Implementations§
impl Freeze for ParseDigestAlgorithmError
impl RefUnwindSafe for ParseDigestAlgorithmError
impl Send for ParseDigestAlgorithmError
impl Sync for ParseDigestAlgorithmError
impl Unpin for ParseDigestAlgorithmError
impl UnsafeUnpin for ParseDigestAlgorithmError
impl UnwindSafe for ParseDigestAlgorithmError
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