pub struct NetworkFaultChangeEvent {
pub current: Option<Vec<NetworkFault>>,
pub previous: Option<Vec<NetworkFault>>,
}Fields§
§current: Option<Vec<NetworkFault>>§previous: Option<Vec<NetworkFault>>Trait Implementations§
Source§impl Debug for NetworkFaultChangeEvent
impl Debug for NetworkFaultChangeEvent
Auto Trait Implementations§
impl Freeze for NetworkFaultChangeEvent
impl RefUnwindSafe for NetworkFaultChangeEvent
impl Send for NetworkFaultChangeEvent
impl Sync for NetworkFaultChangeEvent
impl Unpin for NetworkFaultChangeEvent
impl UnwindSafe for NetworkFaultChangeEvent
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