struct SymlinkNode {
inode: usize,
name: OsString,
target: PathBuf,
metadata: Metadata,
}Fields§
§inode: usize§name: OsString§target: PathBuf§metadata: MetadataTrait Implementations§
Auto Trait Implementations§
impl Freeze for SymlinkNode
impl RefUnwindSafe for SymlinkNode
impl Send for SymlinkNode
impl Sync for SymlinkNode
impl Unpin for SymlinkNode
impl UnwindSafe for SymlinkNode
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