Enum forensic_rs::err::ForensicError
source · pub enum ForensicError {
PermissionError,
NoMoreData,
Other(String),
Missing,
BadFormat,
Io(Error),
CastError,
}Variants§
Trait Implementations§
source§impl Clone for ForensicError
impl Clone for ForensicError
source§impl Debug for ForensicError
impl Debug for ForensicError
Auto Trait Implementations§
impl !RefUnwindSafe for ForensicError
impl Send for ForensicError
impl Sync for ForensicError
impl Unpin for ForensicError
impl !UnwindSafe for ForensicError
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