pub enum Normalization {
None,
Rust,
}
Expand description
Normalization conventions available for generated code.
Variants§
Trait Implementations§
source§impl Clone for Normalization
impl Clone for Normalization
source§fn clone(&self) -> Normalization
fn clone(&self) -> Normalization
Returns a copy 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 Normalization
impl Debug for Normalization
source§impl FromStr for Normalization
impl FromStr for Normalization
source§impl PartialEq<Normalization> for Normalization
impl PartialEq<Normalization> for Normalization
source§fn eq(&self, other: &Normalization) -> bool
fn eq(&self, other: &Normalization) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.