pub enum CFormatPrecision {
Quantity(CFormatQuantity),
Dot,
}
Variants§
Quantity(CFormatQuantity)
Dot
Trait Implementations§
source§impl Debug for CFormatPrecision
impl Debug for CFormatPrecision
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 for CFormatPrecision
impl PartialEq for CFormatPrecision
source§fn eq(&self, other: &CFormatPrecision) -> bool
fn eq(&self, other: &CFormatPrecision) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CFormatPrecision
Auto Trait Implementations§
impl Freeze for CFormatPrecision
impl RefUnwindSafe for CFormatPrecision
impl Send for CFormatPrecision
impl Sync for CFormatPrecision
impl Unpin for CFormatPrecision
impl UnwindSafe for CFormatPrecision
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