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