pub struct AeronNewPublicationLogger;
Trait Implementations§
source§impl AeronNewPublicationCallback for AeronNewPublicationLogger
impl AeronNewPublicationCallback for AeronNewPublicationLogger
fn handle_aeron_on_new_publication( &mut self, _async_: AeronAsyncAddPublication, _channel: &str, _stream_id: i32, _session_id: i32, _correlation_id: i64, )
Auto Trait Implementations§
impl Freeze for AeronNewPublicationLogger
impl RefUnwindSafe for AeronNewPublicationLogger
impl Send for AeronNewPublicationLogger
impl Sync for AeronNewPublicationLogger
impl Unpin for AeronNewPublicationLogger
impl UnwindSafe for AeronNewPublicationLogger
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