pub enum DataToGet {
Current,
NextTrigger,
Wait2Triggers,
Stable {
readings: u32,
timeout: Duration,
},
}Expand description
Extended DataToGet with application-specific Stable variant
Variants§
Trait Implementations§
impl Copy for DataToGet
impl StructuralPartialEq for DataToGet
Auto Trait Implementations§
impl Freeze for DataToGet
impl RefUnwindSafe for DataToGet
impl Send for DataToGet
impl Sync for DataToGet
impl Unpin for DataToGet
impl UnwindSafe for DataToGet
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