pub struct LoggerOptions {
pub initial_context_name: String,
pub is_stdout_machine_readable: bool,
}
Fields§
§initial_context_name: String
§is_stdout_machine_readable: bool
Whether stdout will be read by a program.
Trait Implementations§
Source§impl Clone for LoggerOptions
impl Clone for LoggerOptions
Source§fn clone(&self) -> LoggerOptions
fn clone(&self) -> LoggerOptions
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for LoggerOptions
impl RefUnwindSafe for LoggerOptions
impl Send for LoggerOptions
impl Sync for LoggerOptions
impl Unpin for LoggerOptions
impl UnwindSafe for LoggerOptions
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