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