pub struct AeronInt64CounterMapForEachFuncLogger;Trait Implementations§
Source§impl AeronInt64CounterMapForEachFuncCallback for AeronInt64CounterMapForEachFuncLogger
impl AeronInt64CounterMapForEachFuncCallback for AeronInt64CounterMapForEachFuncLogger
fn handle_aeron_int64_counter_map_for_each_func(&mut self, key: i64, value: i64)
impl Send for AeronInt64CounterMapForEachFuncLogger
impl Sync for AeronInt64CounterMapForEachFuncLogger
Auto Trait Implementations§
impl Freeze for AeronInt64CounterMapForEachFuncLogger
impl RefUnwindSafe for AeronInt64CounterMapForEachFuncLogger
impl Unpin for AeronInt64CounterMapForEachFuncLogger
impl UnsafeUnpin for AeronInt64CounterMapForEachFuncLogger
impl UnwindSafe for AeronInt64CounterMapForEachFuncLogger
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