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