pub struct FileSystemTools { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for FileSystemTools
impl Clone for FileSystemTools
Source§fn clone(&self) -> FileSystemTools
fn clone(&self) -> FileSystemTools
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for FileSystemTools
impl RefUnwindSafe for FileSystemTools
impl Send for FileSystemTools
impl Sync for FileSystemTools
impl Unpin for FileSystemTools
impl UnwindSafe for FileSystemTools
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