pub struct BridgeDetector { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for BridgeDetector
impl RefUnwindSafe for BridgeDetector
impl Send for BridgeDetector
impl Sync for BridgeDetector
impl Unpin for BridgeDetector
impl UnwindSafe for BridgeDetector
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