pub struct FileSystemLibrary;
Expand description
File system library.
Trait Implementations§
Source§impl Debug for FileSystemLibrary
impl Debug for FileSystemLibrary
Source§impl Default for FileSystemLibrary
impl Default for FileSystemLibrary
Source§fn default() -> FileSystemLibrary
fn default() -> FileSystemLibrary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FileSystemLibrary
impl RefUnwindSafe for FileSystemLibrary
impl Send for FileSystemLibrary
impl Sync for FileSystemLibrary
impl Unpin for FileSystemLibrary
impl UnwindSafe for FileSystemLibrary
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