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
impl StructuralPartialEq for BtrfsStat
Auto Trait Implementations§
impl Freeze for BtrfsStat
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