pub struct LoggingAlertHandler;Expand description
Simple logging alert handler
Trait Implementations§
Source§impl AlertHandler for LoggingAlertHandler
impl AlertHandler for LoggingAlertHandler
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