pub struct AeronPublicationErrorFrameHandlerLogger;Trait Implementations§
Source§impl AeronPublicationErrorFrameHandlerCallback for AeronPublicationErrorFrameHandlerLogger
impl AeronPublicationErrorFrameHandlerCallback for AeronPublicationErrorFrameHandlerLogger
fn handle_aeron_publication_error_frame_handler( &mut self, error_frame: AeronPublicationErrorValues, )
impl Send for AeronPublicationErrorFrameHandlerLogger
impl Sync for AeronPublicationErrorFrameHandlerLogger
Auto Trait Implementations§
impl Freeze for AeronPublicationErrorFrameHandlerLogger
impl RefUnwindSafe for AeronPublicationErrorFrameHandlerLogger
impl Unpin for AeronPublicationErrorFrameHandlerLogger
impl UnsafeUnpin for AeronPublicationErrorFrameHandlerLogger
impl UnwindSafe for AeronPublicationErrorFrameHandlerLogger
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