pub struct SymlinkNode {
pub metadata: InodeMetadata,
pub target: Vec<u8>,
}Fields§
§metadata: InodeMetadata§target: Vec<u8>Trait Implementations§
Source§impl Clone for SymlinkNode
impl Clone for SymlinkNode
Source§fn clone(&self) -> SymlinkNode
fn clone(&self) -> SymlinkNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SymlinkNode
impl RefUnwindSafe for SymlinkNode
impl Send for SymlinkNode
impl Sync for SymlinkNode
impl Unpin for SymlinkNode
impl UnsafeUnpin 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