pub enum CFormatQuantity {
Amount(usize),
FromValuesTuple,
}
Variants§
Trait Implementations§
source§impl Debug for CFormatQuantity
impl Debug for CFormatQuantity
source§impl From<CFormatQuantity> for CFormatPrecision
impl From<CFormatQuantity> for CFormatPrecision
source§fn from(quantity: CFormatQuantity) -> Self
fn from(quantity: CFormatQuantity) -> Self
Converts to this type from the input type.
source§impl PartialEq<CFormatQuantity> for CFormatQuantity
impl PartialEq<CFormatQuantity> for CFormatQuantity
source§fn eq(&self, other: &CFormatQuantity) -> bool
fn eq(&self, other: &CFormatQuantity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CFormatQuantity
Auto Trait Implementations§
impl RefUnwindSafe for CFormatQuantity
impl Send for CFormatQuantity
impl Sync for CFormatQuantity
impl Unpin for CFormatQuantity
impl UnwindSafe for CFormatQuantity
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