Enum env_logger::fmt::WriteStyle
[−]
[src]
pub enum WriteStyle { Auto, Always, Never, }
Whether or not to print styles to the target.
Variants
Auto
Try to print styles, but don't force the issue.
Always
Try very hard to print styles.
Never
Never print styles.
Trait Implementations
impl Clone for WriteStyle
[src]
impl Clone for WriteStyle
fn clone(&self) -> WriteStyle
[src]
fn clone(&self) -> WriteStyle
Returns 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 WriteStyle
impl Debug for WriteStyle
[src]
impl Debug for WriteStyle
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for WriteStyle
[src]
impl Eq for WriteStyle
impl Hash for WriteStyle
[src]
impl Hash for WriteStyle
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
[src]
fn hash<__H: Hasher>(&self, __arg_0: &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 WriteStyle
fn eq(&self, __arg_0: &WriteStyle) -> bool
[src]
fn eq(&self, __arg_0: &WriteStyle) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Default for WriteStyle
[src]
impl Default for WriteStyle
Auto Trait Implementations
impl Send for WriteStyle
impl Send for WriteStyle
impl Sync for WriteStyle
impl Sync for WriteStyle