pub enum BtrfsAggField {
DiskUsage,
}
Variants§
DiskUsage
Trait Implementations§
Source§impl AggField<BtrfsModelFieldId> for BtrfsAggField
impl AggField<BtrfsModelFieldId> for BtrfsAggField
Source§impl Clone for BtrfsAggField
impl Clone for BtrfsAggField
Source§fn clone(&self) -> BtrfsAggField
fn clone(&self) -> BtrfsAggField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BtrfsAggField
impl Debug for BtrfsAggField
Source§impl Display for BtrfsAggField
impl Display for BtrfsAggField
Source§impl FromStr for BtrfsAggField
impl FromStr for BtrfsAggField
Source§impl PartialEq for BtrfsAggField
impl PartialEq for BtrfsAggField
impl StructuralPartialEq for BtrfsAggField
Auto Trait Implementations§
impl Freeze for BtrfsAggField
impl RefUnwindSafe for BtrfsAggField
impl Send for BtrfsAggField
impl Sync for BtrfsAggField
impl Unpin for BtrfsAggField
impl UnwindSafe for BtrfsAggField
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