pub enum ArmingState {
Disarmed,
Armed,
}Expand description
Defines the operational safety state of the vehicle.
Variants§
Trait Implementations§
Source§impl Debug for ArmingState
impl Debug for ArmingState
Source§impl PartialEq for ArmingState
impl PartialEq for ArmingState
impl StructuralPartialEq for ArmingState
Auto Trait Implementations§
impl Freeze for ArmingState
impl RefUnwindSafe for ArmingState
impl Send for ArmingState
impl Sync for ArmingState
impl Unpin for ArmingState
impl UnsafeUnpin for ArmingState
impl UnwindSafe for ArmingState
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