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, )
Auto Trait Implementations§
impl Freeze for AeronPublicationErrorFrameHandlerLogger
impl RefUnwindSafe for AeronPublicationErrorFrameHandlerLogger
impl Send for AeronPublicationErrorFrameHandlerLogger
impl Sync for AeronPublicationErrorFrameHandlerLogger
impl Unpin 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