pub enum LoggerOutput {
Stdout,
Stderr,
}Expand description
This enum indicates where the JsonLogger output to.
Variants§
Auto Trait Implementations§
impl Freeze for LoggerOutput
impl RefUnwindSafe for LoggerOutput
impl Send for LoggerOutput
impl Sync for LoggerOutput
impl Unpin for LoggerOutput
impl UnwindSafe for LoggerOutput
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