pub struct AeronNotificationLogger;
Trait Implementations§
source§impl AeronNotificationCallback for AeronNotificationLogger
impl AeronNotificationCallback for AeronNotificationLogger
fn handle_aeron_notification(&mut self)
Auto Trait Implementations§
impl Freeze for AeronNotificationLogger
impl RefUnwindSafe for AeronNotificationLogger
impl Send for AeronNotificationLogger
impl Sync for AeronNotificationLogger
impl Unpin for AeronNotificationLogger
impl UnwindSafe for AeronNotificationLogger
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