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