pub enum ReceiverFamily {
Bolt,
Unifying,
}Expand description
Receiver pairing family. Each uses a different register flow.
Variants§
Trait Implementations§
Source§impl Clone for ReceiverFamily
impl Clone for ReceiverFamily
Source§fn clone(&self) -> ReceiverFamily
fn clone(&self) -> ReceiverFamily
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 ReceiverFamily
Source§impl Debug for ReceiverFamily
impl Debug for ReceiverFamily
impl Eq for ReceiverFamily
Source§impl PartialEq for ReceiverFamily
impl PartialEq for ReceiverFamily
Source§fn eq(&self, other: &ReceiverFamily) -> bool
fn eq(&self, other: &ReceiverFamily) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReceiverFamily
Auto Trait Implementations§
impl Freeze for ReceiverFamily
impl RefUnwindSafe for ReceiverFamily
impl Send for ReceiverFamily
impl Sync for ReceiverFamily
impl Unpin for ReceiverFamily
impl UnsafeUnpin for ReceiverFamily
impl UnwindSafe for ReceiverFamily
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.