pub enum Contrselect {
GoOn = 0,
Restart = 1,
}
Expand description
Continue Request
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Contrselect
impl Clone for Contrselect
Source§fn clone(&self) -> Contrselect
fn clone(&self) -> Contrselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Contrselect
impl Debug for Contrselect
Source§impl From<Contrselect> for bool
impl From<Contrselect> for bool
Source§fn from(variant: Contrselect) -> Self
fn from(variant: Contrselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Contrselect
impl PartialEq for Contrselect
impl Copy for Contrselect
impl Eq for Contrselect
impl StructuralPartialEq for Contrselect
Auto Trait Implementations§
impl Freeze for Contrselect
impl RefUnwindSafe for Contrselect
impl Send for Contrselect
impl Sync for Contrselect
impl Unpin for Contrselect
impl UnwindSafe for Contrselect
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