Struct below_btrfs::BtrfsStat
source · [−]pub struct BtrfsStat {
pub name: Option<String>,
pub disk_fraction: Option<f64>,
pub disk_bytes: Option<u64>,
}
Fields
name: Option<String>
disk_fraction: Option<f64>
disk_bytes: Option<u64>
Trait Implementations
sourceimpl<'de> Deserialize<'de> for BtrfsStat
impl<'de> Deserialize<'de> for BtrfsStat
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for BtrfsStat
Auto Trait Implementations
impl RefUnwindSafe for BtrfsStat
impl Send for BtrfsStat
impl Sync for BtrfsStat
impl Unpin for BtrfsStat
impl UnwindSafe for BtrfsStat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more