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