pub struct FsReadDirEntry {
pub name: String,
pub kind: Option<FsFileKind>,
}
Fields§
§name: String
§kind: Option<FsFileKind>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsReadDirEntry
impl RefUnwindSafe for FsReadDirEntry
impl Send for FsReadDirEntry
impl Sync for FsReadDirEntry
impl Unpin for FsReadDirEntry
impl UnwindSafe for FsReadDirEntry
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