Enum below_dump::command::DiskAggField
source · [−]pub enum DiskAggField {
Read,
Write,
Discard,
FsInfo,
}Variants
Read
Write
Discard
FsInfo
Trait Implementations
sourceimpl AggField<SingleDiskModelFieldId> for DiskAggField
impl AggField<SingleDiskModelFieldId> for DiskAggField
sourceimpl Clone for DiskAggField
impl Clone for DiskAggField
sourcefn clone(&self) -> DiskAggField
fn clone(&self) -> DiskAggField
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DiskAggField
impl Debug for DiskAggField
sourceimpl FromStr for DiskAggField
impl FromStr for DiskAggField
sourceimpl PartialEq<DiskAggField> for DiskAggField
impl PartialEq<DiskAggField> for DiskAggField
sourcefn eq(&self, other: &DiskAggField) -> bool
fn eq(&self, other: &DiskAggField) -> bool
sourceimpl ToString for DiskAggField
impl ToString for DiskAggField
impl StructuralPartialEq for DiskAggField
Auto Trait Implementations
impl RefUnwindSafe for DiskAggField
impl Send for DiskAggField
impl Sync for DiskAggField
impl Unpin for DiskAggField
impl UnwindSafe for DiskAggField
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