pub struct StdoutLogConfig {
pub format: LogFormat,
}Expand description
Configuration for stdout logging.
Fields§
§format: LogFormatThe format of the logs printed to stdout.
Trait Implementations§
Source§impl Clone for StdoutLogConfig
impl Clone for StdoutLogConfig
Source§fn clone(&self) -> StdoutLogConfig
fn clone(&self) -> StdoutLogConfig
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 StdoutLogConfig
impl RefUnwindSafe for StdoutLogConfig
impl Send for StdoutLogConfig
impl Sync for StdoutLogConfig
impl Unpin for StdoutLogConfig
impl UnwindSafe for StdoutLogConfig
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