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