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