pub struct FilesScanner;Trait Implementations§
Auto Trait Implementations§
impl Freeze for FilesScanner
impl RefUnwindSafe for FilesScanner
impl Send for FilesScanner
impl Sync for FilesScanner
impl Unpin for FilesScanner
impl UnsafeUnpin for FilesScanner
impl UnwindSafe for FilesScanner
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