pub enum ControllerReadyStatus {
NOK,
OK,
}
Variants§
Trait Implementations§
Source§impl Debug for ControllerReadyStatus
impl Debug for ControllerReadyStatus
Source§impl Decode for ControllerReadyStatus
impl Decode for ControllerReadyStatus
Source§impl Default for ControllerReadyStatus
impl Default for ControllerReadyStatus
Source§fn default() -> ControllerReadyStatus
fn default() -> ControllerReadyStatus
Returns the “default value” for a type. Read more
Source§impl Encode for ControllerReadyStatus
impl Encode for ControllerReadyStatus
Source§impl PartialEq for ControllerReadyStatus
impl PartialEq for ControllerReadyStatus
impl Eq for ControllerReadyStatus
impl StructuralPartialEq for ControllerReadyStatus
Auto Trait Implementations§
impl Freeze for ControllerReadyStatus
impl RefUnwindSafe for ControllerReadyStatus
impl Send for ControllerReadyStatus
impl Sync for ControllerReadyStatus
impl Unpin for ControllerReadyStatus
impl UnwindSafe for ControllerReadyStatus
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