pub struct LoggingHandler;Trait Implementations§
Source§impl Clone for LoggingHandler
impl Clone for LoggingHandler
Source§fn clone(&self) -> LoggingHandler
fn clone(&self) -> LoggingHandler
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for LoggingHandler
impl Default for LoggingHandler
Source§fn default() -> LoggingHandler
fn default() -> LoggingHandler
Returns the “default value” for a type. Read more
Source§impl Handler<LogEvent> for LoggingHandler
impl Handler<LogEvent> for LoggingHandler
fn handle( &mut self, message: &LogEvent, _ctx: &EventContext<'_, LoggingHandler>, )
Auto Trait Implementations§
impl Freeze for LoggingHandler
impl RefUnwindSafe for LoggingHandler
impl Send for LoggingHandler
impl Sync for LoggingHandler
impl Unpin for LoggingHandler
impl UnsafeUnpin for LoggingHandler
impl UnwindSafe for LoggingHandler
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