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