pub enum IntegrityError {
InvalidAddress,
InvalidLength,
MonitorAlreadyRunning,
MonitorNotRunning,
}Expand description
Errors that can occur during integrity checking
Variants§
Trait Implementations§
Source§impl Clone for IntegrityError
impl Clone for IntegrityError
Source§fn clone(&self) -> IntegrityError
fn clone(&self) -> IntegrityError
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 IntegrityError
impl Debug for IntegrityError
Source§impl PartialEq for IntegrityError
impl PartialEq for IntegrityError
impl Copy for IntegrityError
impl Eq for IntegrityError
impl StructuralPartialEq for IntegrityError
Auto Trait Implementations§
impl Freeze for IntegrityError
impl RefUnwindSafe for IntegrityError
impl Send for IntegrityError
impl Sync for IntegrityError
impl Unpin for IntegrityError
impl UnsafeUnpin for IntegrityError
impl UnwindSafe for IntegrityError
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