Enum env_logger::fmt::Target
source · [−]pub enum Target {
Stdout,
Stderr,
}
Expand description
Log target, either stdout
or stderr
.
Variants
Stdout
Logs will be sent to standard output.
Stderr
Logs will be sent to standard error.
Trait Implementations
impl Copy for Target
impl Eq for Target
impl StructuralEq for Target
impl StructuralPartialEq for Target
Auto Trait Implementations
impl RefUnwindSafe for Target
impl Send for Target
impl Sync for Target
impl Unpin for Target
impl UnwindSafe for Target
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more