pub struct LoggingAlertHandler;Expand description
Logging alert handler that logs alerts using tracing
Implementations§
Trait Implementations§
Source§impl AlertHandler for LoggingAlertHandler
impl AlertHandler for LoggingAlertHandler
Source§impl Clone for LoggingAlertHandler
impl Clone for LoggingAlertHandler
Source§fn clone(&self) -> LoggingAlertHandler
fn clone(&self) -> LoggingAlertHandler
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 moreSource§impl Debug for LoggingAlertHandler
impl Debug for LoggingAlertHandler
Source§impl Default for LoggingAlertHandler
impl Default for LoggingAlertHandler
Source§fn default() -> LoggingAlertHandler
fn default() -> LoggingAlertHandler
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoggingAlertHandler
impl RefUnwindSafe for LoggingAlertHandler
impl Send for LoggingAlertHandler
impl Sync for LoggingAlertHandler
impl Unpin for LoggingAlertHandler
impl UnwindSafe for LoggingAlertHandler
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