Enum below_model::system::BtrfsModelFieldId
source · [−]pub enum BtrfsModelFieldId {
Name,
DiskFraction,
DiskBytes,
}
Variants
Name
DiskFraction
DiskBytes
Trait Implementations
sourceimpl Clone for BtrfsModelFieldId
impl Clone for BtrfsModelFieldId
sourcefn clone(&self) -> BtrfsModelFieldId
fn clone(&self) -> BtrfsModelFieldId
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 BtrfsModelFieldId
impl Debug for BtrfsModelFieldId
sourceimpl EnumIter for BtrfsModelFieldId
impl EnumIter for BtrfsModelFieldId
sourcefn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants only.
sourcefn all_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn all_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants as well as nested variants.
sourceimpl FieldId for BtrfsModelFieldId
impl FieldId for BtrfsModelFieldId
type Queriable = BtrfsModel
sourceimpl FromStr for BtrfsModelFieldId
impl FromStr for BtrfsModelFieldId
sourceimpl PartialEq<BtrfsModelFieldId> for BtrfsModelFieldId
impl PartialEq<BtrfsModelFieldId> for BtrfsModelFieldId
sourcefn eq(&self, other: &BtrfsModelFieldId) -> bool
fn eq(&self, other: &BtrfsModelFieldId) -> bool
sourceimpl ToString for BtrfsModelFieldId
impl ToString for BtrfsModelFieldId
impl StructuralPartialEq for BtrfsModelFieldId
Auto Trait Implementations
impl RefUnwindSafe for BtrfsModelFieldId
impl Send for BtrfsModelFieldId
impl Sync for BtrfsModelFieldId
impl Unpin for BtrfsModelFieldId
impl UnwindSafe for BtrfsModelFieldId
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