pub struct ConnectionStatusEvent {
pub connection_status: Option<ConnectionStatus>,
}Fields§
§connection_status: Option<ConnectionStatus>Trait Implementations§
Source§impl Debug for ConnectionStatusEvent
impl Debug for ConnectionStatusEvent
Auto Trait Implementations§
impl Freeze for ConnectionStatusEvent
impl RefUnwindSafe for ConnectionStatusEvent
impl Send for ConnectionStatusEvent
impl Sync for ConnectionStatusEvent
impl Unpin for ConnectionStatusEvent
impl UnwindSafe for ConnectionStatusEvent
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