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