pub struct SymlinkEntry {
pub name: String,
pub mode: Permissions,
pub target: String,
pub target_dir: bool,
}
Fields§
§name: String
§mode: Permissions
§target: String
§target_dir: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SymlinkEntry
impl RefUnwindSafe for SymlinkEntry
impl Send for SymlinkEntry
impl Sync for SymlinkEntry
impl Unpin for SymlinkEntry
impl UnwindSafe for SymlinkEntry
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