pub struct LoggerOutputConfig { /* private fields */ }
Expand description
Logger output configuration.
Trait Implementations§
Source§impl Clone for LoggerOutputConfig
impl Clone for LoggerOutputConfig
Source§fn clone(&self) -> LoggerOutputConfig
fn clone(&self) -> LoggerOutputConfig
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 LoggerOutputConfig
impl RefUnwindSafe for LoggerOutputConfig
impl Send for LoggerOutputConfig
impl Sync for LoggerOutputConfig
impl Unpin for LoggerOutputConfig
impl UnwindSafe for LoggerOutputConfig
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