pub struct HostDirEntry {
pub kind: NodeKind,
pub file_name: FileName,
}Expand description
Host directory entry.
Fields§
§kind: NodeKind§file_name: FileNameTrait Implementations§
Auto Trait Implementations§
impl Freeze for HostDirEntry
impl RefUnwindSafe for HostDirEntry
impl Send for HostDirEntry
impl Sync for HostDirEntry
impl Unpin for HostDirEntry
impl UnwindSafe for HostDirEntry
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