pub struct CheckEngine { /* private fields */ }Expand description
Check engine: runs check specs against the filesystem.
Implementations§
Auto Trait Implementations§
impl Freeze for CheckEngine
impl RefUnwindSafe for CheckEngine
impl Send for CheckEngine
impl Sync for CheckEngine
impl Unpin for CheckEngine
impl UnsafeUnpin for CheckEngine
impl UnwindSafe for CheckEngine
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