pub struct FsObject { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for FsObject
impl !RefUnwindSafe for FsObject
impl !Send for FsObject
impl !Sync for FsObject
impl Unpin for FsObject
impl UnsafeUnpin for FsObject
impl !UnwindSafe for FsObject
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