pub struct AeronInt64ToPtrHashMapForEachFuncLogger;Trait Implementations§
impl Send for AeronInt64ToPtrHashMapForEachFuncLogger
impl Sync for AeronInt64ToPtrHashMapForEachFuncLogger
Auto Trait Implementations§
impl Freeze for AeronInt64ToPtrHashMapForEachFuncLogger
impl RefUnwindSafe for AeronInt64ToPtrHashMapForEachFuncLogger
impl Unpin for AeronInt64ToPtrHashMapForEachFuncLogger
impl UnsafeUnpin for AeronInt64ToPtrHashMapForEachFuncLogger
impl UnwindSafe for AeronInt64ToPtrHashMapForEachFuncLogger
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