pub struct FolderPath(/* private fields */);Expand description
Shared path for a directory entry in the inode table.
Trait Implementations§
Source§impl Debug for FolderPath
impl Debug for FolderPath
Source§impl Deref for FolderPath
impl Deref for FolderPath
Source§impl From<&OsStr> for FolderPath
impl From<&OsStr> for FolderPath
Auto Trait Implementations§
impl Freeze for FolderPath
impl RefUnwindSafe for FolderPath
impl Send for FolderPath
impl Sync for FolderPath
impl Unpin for FolderPath
impl UnsafeUnpin for FolderPath
impl UnwindSafe for FolderPath
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