Enum env_logger::fmt::WriteStyle
source · pub enum WriteStyle {
Auto,
Always,
Never,
}
Expand description
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§
source§impl Clone for WriteStyle
impl Clone for WriteStyle
source§fn clone(&self) -> WriteStyle
fn clone(&self) -> WriteStyle
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 WriteStyle
impl Debug for WriteStyle
source§impl Default for WriteStyle
impl Default for WriteStyle
source§impl Hash for WriteStyle
impl Hash for WriteStyle
source§impl PartialEq for WriteStyle
impl PartialEq for WriteStyle
source§fn eq(&self, other: &WriteStyle) -> bool
fn eq(&self, other: &WriteStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WriteStyle
impl Eq for WriteStyle
impl StructuralPartialEq for WriteStyle
Auto Trait Implementations§
impl Freeze for WriteStyle
impl RefUnwindSafe for WriteStyle
impl Send for WriteStyle
impl Sync for WriteStyle
impl Unpin for WriteStyle
impl UnwindSafe for WriteStyle
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)