pub struct ActiveConnectionStateChangedEvent {
pub state: NMActiveConnectionState,
pub reason: NMActiveConnectionStateReason,
}Expand description
Event emitted when the active connection changes state.
Fields§
§state: NMActiveConnectionStateThe new connection state.
reason: NMActiveConnectionStateReasonThe reason for the state change.
Auto Trait Implementations§
impl Freeze for ActiveConnectionStateChangedEvent
impl RefUnwindSafe for ActiveConnectionStateChangedEvent
impl Send for ActiveConnectionStateChangedEvent
impl Sync for ActiveConnectionStateChangedEvent
impl Unpin for ActiveConnectionStateChangedEvent
impl UnsafeUnpin for ActiveConnectionStateChangedEvent
impl UnwindSafe for ActiveConnectionStateChangedEvent
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