pub enum ContentTreeDigestParseError {
InvalidPrefix,
InvalidLength,
InvalidEncoding,
}Variants§
Trait Implementations§
Source§impl Clone for ContentTreeDigestParseError
impl Clone for ContentTreeDigestParseError
impl Copy for ContentTreeDigestParseError
Source§impl Debug for ContentTreeDigestParseError
impl Debug for ContentTreeDigestParseError
impl Eq for ContentTreeDigestParseError
Source§impl Error for ContentTreeDigestParseError
impl Error for ContentTreeDigestParseError
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 ContentTreeDigestParseError
Auto Trait Implementations§
impl Freeze for ContentTreeDigestParseError
impl RefUnwindSafe for ContentTreeDigestParseError
impl Send for ContentTreeDigestParseError
impl Sync for ContentTreeDigestParseError
impl Unpin for ContentTreeDigestParseError
impl UnsafeUnpin for ContentTreeDigestParseError
impl UnwindSafe for ContentTreeDigestParseError
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