pub struct FsInfo {
pub fs_type: Option<String>,
}Expand description
Information about a filesystem.
Fields§
§fs_type: Option<String>Filesystem type (fsfs, bdb, etc.)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsInfo
impl RefUnwindSafe for FsInfo
impl Send for FsInfo
impl Sync for FsInfo
impl Unpin for FsInfo
impl UnsafeUnpin for FsInfo
impl UnwindSafe for FsInfo
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