Enum below_model::system::BtrfsModelFieldId
source · pub enum BtrfsModelFieldId {
Name,
DiskFraction,
DiskBytes,
}
Variants§
Trait Implementations§
source§impl Clone for BtrfsModelFieldId
impl Clone for BtrfsModelFieldId
source§fn clone(&self) -> BtrfsModelFieldId
fn clone(&self) -> BtrfsModelFieldId
Returns a copy 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 BtrfsModelFieldId
impl Debug for BtrfsModelFieldId
source§impl EnumIter for BtrfsModelFieldId
impl EnumIter for BtrfsModelFieldId
source§fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants only.
source§fn 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.
source§impl FieldId for BtrfsModelFieldId
impl FieldId for BtrfsModelFieldId
type Queriable = BtrfsModel
source§impl FromStr for BtrfsModelFieldId
impl FromStr for BtrfsModelFieldId
source§impl PartialEq<BtrfsModelFieldId> for BtrfsModelFieldId
impl PartialEq<BtrfsModelFieldId> for BtrfsModelFieldId
source§fn eq(&self, other: &BtrfsModelFieldId) -> bool
fn eq(&self, other: &BtrfsModelFieldId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
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