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§
source§impl<'de> Deserialize<'de> for BtrfsStat
impl<'de> Deserialize<'de> for BtrfsStat
source§fn 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
source§impl PartialEq<BtrfsStat> for BtrfsStat
impl PartialEq<BtrfsStat> for BtrfsStat
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§
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