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