pub struct InvalidDigestDataFormat {
pub reason: &'static str,
}Fields§
§reason: &'static strTrait Implementations§
Source§impl Debug for InvalidDigestDataFormat
impl Debug for InvalidDigestDataFormat
Source§impl Display for InvalidDigestDataFormat
impl Display for InvalidDigestDataFormat
Source§impl Error for InvalidDigestDataFormat
impl Error for InvalidDigestDataFormat
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 From<InvalidDigestDataFormat> for ExtractHeaderError
impl From<InvalidDigestDataFormat> for ExtractHeaderError
Source§fn from(value: InvalidDigestDataFormat) -> Self
fn from(value: InvalidDigestDataFormat) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidDigestDataFormat
impl RefUnwindSafe for InvalidDigestDataFormat
impl Send for InvalidDigestDataFormat
impl Sync for InvalidDigestDataFormat
impl Unpin for InvalidDigestDataFormat
impl UnsafeUnpin for InvalidDigestDataFormat
impl UnwindSafe for InvalidDigestDataFormat
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