Enum env_logger::fmt::WriteStyle [−][src]
pub enum WriteStyle {
Auto,
Always,
Never,
}Whether or not to print styles to the target.
Variants
AutoTry to print styles, but don't force the issue.
AlwaysTry very hard to print styles.
NeverNever print styles.
Trait Implementations
impl Clone for WriteStyle[src]
impl Clone for WriteStylefn clone(&self) -> WriteStyle[src]
fn clone(&self) -> WriteStyleReturns 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 Copy for WriteStyle[src]
impl Copy for WriteStyleimpl Debug for WriteStyle[src]
impl Debug for WriteStylefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for WriteStyle[src]
impl Eq for WriteStyleimpl Hash for WriteStyle[src]
impl Hash for WriteStylefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for WriteStyle[src]
impl PartialEq for WriteStylefn eq(&self, other: &WriteStyle) -> bool[src]
fn eq(&self, other: &WriteStyle) -> 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 Default for WriteStyle[src]
impl Default for WriteStyleAuto Trait Implementations
impl Send for WriteStyle
impl Send for WriteStyleimpl Sync for WriteStyle
impl Sync for WriteStyle