pub enum AttentionIndicator {
Off,
On,
Blink,
}Expand description
Attention indicator state
Variants§
Trait Implementations§
Source§impl Clone for AttentionIndicator
impl Clone for AttentionIndicator
Source§fn clone(&self) -> AttentionIndicator
fn clone(&self) -> AttentionIndicator
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AttentionIndicator
impl Debug for AttentionIndicator
Source§impl Default for AttentionIndicator
impl Default for AttentionIndicator
Source§fn default() -> AttentionIndicator
fn default() -> AttentionIndicator
Returns the “default value” for a type. Read more
Source§impl PartialEq for AttentionIndicator
impl PartialEq for AttentionIndicator
impl Copy for AttentionIndicator
impl Eq for AttentionIndicator
impl StructuralPartialEq for AttentionIndicator
Auto Trait Implementations§
impl Freeze for AttentionIndicator
impl RefUnwindSafe for AttentionIndicator
impl Send for AttentionIndicator
impl Sync for AttentionIndicator
impl Unpin for AttentionIndicator
impl UnwindSafe for AttentionIndicator
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)