pub struct FsHandle { /* private fields */ }Expand description
Opaque handle to a FilesystemCore instance.
Auto Trait Implementations§
impl !Freeze for FsHandle
impl !RefUnwindSafe for FsHandle
impl Send for FsHandle
impl !Sync for FsHandle
impl Unpin for FsHandle
impl UnsafeUnpin for FsHandle
impl !UnwindSafe for FsHandle
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