pub struct MissingError(/* private fields */);Expand description
The expected content cannot be found
Trait Implementations§
Source§impl Clone for MissingError
impl Clone for MissingError
Source§fn clone(&self) -> MissingError
fn clone(&self) -> MissingError
Returns a duplicate of the value. Read more
1.0.0 · 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 MissingError
impl Debug for MissingError
Source§impl Display for MissingError
impl Display for MissingError
Source§impl From<&MissingError> for ForensicError
impl From<&MissingError> for ForensicError
Source§fn from(value: &MissingError) -> Self
fn from(value: &MissingError) -> Self
Converts to this type from the input type.
Source§impl From<MissingError> for ForensicError
impl From<MissingError> for ForensicError
Source§fn from(value: MissingError) -> Self
fn from(value: MissingError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MissingError
impl PartialEq for MissingError
impl Eq for MissingError
impl StructuralPartialEq for MissingError
Auto Trait Implementations§
impl Freeze for MissingError
impl RefUnwindSafe for MissingError
impl Send for MissingError
impl Sync for MissingError
impl Unpin for MissingError
impl UnwindSafe for MissingError
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