pub enum ReprConfigVariant {
ThousandsSeparator(&'static str),
Precision(usize),
Spaces(usize),
}Variants§
Trait Implementations§
Source§impl Clone for ReprConfigVariant
impl Clone for ReprConfigVariant
Source§fn clone(&self) -> ReprConfigVariant
fn clone(&self) -> ReprConfigVariant
Returns a duplicate 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 ReprConfigVariant
impl Debug for ReprConfigVariant
Source§impl PartialEq for ReprConfigVariant
impl PartialEq for ReprConfigVariant
impl Copy for ReprConfigVariant
impl Eq for ReprConfigVariant
impl StructuralPartialEq for ReprConfigVariant
Auto Trait Implementations§
impl Freeze for ReprConfigVariant
impl RefUnwindSafe for ReprConfigVariant
impl Send for ReprConfigVariant
impl Sync for ReprConfigVariant
impl Unpin for ReprConfigVariant
impl UnwindSafe for ReprConfigVariant
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