pub enum AckChannel {
Haptic,
GlyphFlash,
Tone,
}Expand description
Local acknowledgement channel used by a glance adapter.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AckChannel
impl Clone for AckChannel
Source§fn clone(&self) -> AckChannel
fn clone(&self) -> AckChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AckChannel
Source§impl Debug for AckChannel
impl Debug for AckChannel
impl Eq for AckChannel
Source§impl PartialEq for AckChannel
impl PartialEq for AckChannel
impl StructuralPartialEq for AckChannel
Auto Trait Implementations§
impl Freeze for AckChannel
impl RefUnwindSafe for AckChannel
impl Send for AckChannel
impl Sync for AckChannel
impl Unpin for AckChannel
impl UnsafeUnpin for AckChannel
impl UnwindSafe for AckChannel
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