pub enum Datteoselect {
No = 0,
Yes = 1,
}
Expand description
Force Event for Data Timeout Error
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Datteoselect
impl Clone for Datteoselect
Source§fn clone(&self) -> Datteoselect
fn clone(&self) -> Datteoselect
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 Datteoselect
impl Debug for Datteoselect
Source§impl From<Datteoselect> for bool
impl From<Datteoselect> for bool
Source§fn from(variant: Datteoselect) -> Self
fn from(variant: Datteoselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Datteoselect
impl PartialEq for Datteoselect
impl Copy for Datteoselect
impl Eq for Datteoselect
impl StructuralPartialEq for Datteoselect
Auto Trait Implementations§
impl Freeze for Datteoselect
impl RefUnwindSafe for Datteoselect
impl Send for Datteoselect
impl Sync for Datteoselect
impl Unpin for Datteoselect
impl UnwindSafe for Datteoselect
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