Enum rustpython_common::format::FormatGrouping
source · pub enum FormatGrouping {
Comma,
Underscore,
}
Variants§
Trait Implementations§
source§impl Debug for FormatGrouping
impl Debug for FormatGrouping
source§impl PartialEq<FormatGrouping> for FormatGrouping
impl PartialEq<FormatGrouping> 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 ==
.