pub enum LogFormat {
Raw,
Timestamped,
Ndjson,
Asciicast,
}Expand description
Log format options.
Variants§
Raw
Raw output (no formatting).
Timestamped
Timestamped output.
Ndjson
Newline-delimited JSON.
Asciicast
Asciicast v2 format (asciinema compatible).
Trait Implementations§
impl Eq for LogFormat
impl StructuralPartialEq for LogFormat
Auto Trait Implementations§
impl Freeze for LogFormat
impl RefUnwindSafe for LogFormat
impl Send for LogFormat
impl Sync for LogFormat
impl Unpin for LogFormat
impl UnwindSafe for LogFormat
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