pub struct DiskStatus {
pub drift: DiskDrift,
pub checked: bool,
}Expand description
The drift counts plus whether a scan ran.
Fields§
§drift: DiskDrift§checked: booltrue iff a root was supplied and the read-only scan ran.
Implementations§
Trait Implementations§
Source§impl Clone for DiskStatus
impl Clone for DiskStatus
impl Copy for DiskStatus
Source§impl Debug for DiskStatus
impl Debug for DiskStatus
Source§impl Default for DiskStatus
impl Default for DiskStatus
impl Eq for DiskStatus
Source§impl PartialEq for DiskStatus
impl PartialEq for DiskStatus
impl StructuralPartialEq for DiskStatus
Auto Trait Implementations§
impl Freeze for DiskStatus
impl RefUnwindSafe for DiskStatus
impl Send for DiskStatus
impl Sync for DiskStatus
impl Unpin for DiskStatus
impl UnsafeUnpin for DiskStatus
impl UnwindSafe for DiskStatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.