pub enum ContentError {
UnknownNodeType,
IOError(Error),
}Expand description
Defines the error states arising from hashing the content of a node
Variants§
Trait Implementations§
Source§impl Debug for ContentError
impl Debug for ContentError
Source§impl Display for ContentError
impl Display for ContentError
Source§impl From<ContentError> for HashError
impl From<ContentError> for HashError
Source§fn from(err: ContentError) -> Self
fn from(err: ContentError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ContentError
impl !RefUnwindSafe for ContentError
impl Send for ContentError
impl Sync for ContentError
impl Unpin for ContentError
impl !UnwindSafe for ContentError
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