pub struct OperationalState {
pub operational_state_id: Option<u8>,
pub operational_state_label: Option<String>,
}Fields§
§operational_state_id: Option<u8>§operational_state_label: Option<String>Trait Implementations§
Source§impl Debug for OperationalState
impl Debug for OperationalState
Auto Trait Implementations§
impl Freeze for OperationalState
impl RefUnwindSafe for OperationalState
impl Send for OperationalState
impl Sync for OperationalState
impl Unpin for OperationalState
impl UnwindSafe for OperationalState
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