Enum rustfmt_nightly::Verbosity [−][src]
pub enum Verbosity {
Verbose,
Normal,
Quiet,
}Variants
VerboseNormalQuiet
Trait Implementations
impl Copy for Verbosity[src]
impl Copy for Verbosityimpl Clone for Verbosity[src]
impl Clone for Verbosityfn clone(&self) -> Verbosity[src]
fn clone(&self) -> VerbosityReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Eq for Verbosity[src]
impl Eq for Verbosityimpl PartialEq for Verbosity[src]
impl PartialEq for Verbosityfn eq(&self, other: &Verbosity) -> bool[src]
fn eq(&self, other: &Verbosity) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for Verbosity[src]
impl Debug for Verbosityfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Serialize for Verbosity[src]
impl Serialize for Verbosityfn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer, [src]
fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer, Serialize this value into the given Serde serializer. Read more
impl<'de> Deserialize<'de> for Verbosity[src]
impl<'de> Deserialize<'de> for Verbosityfn deserialize<D>(d: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
fn deserialize<D>(d: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl FromStr for Verbosity[src]
impl FromStr for Verbosity