pub enum GattOperationType {
Connection,
Discovery,
}Variants§
Trait Implementations§
Source§impl Clone for GattOperationType
impl Clone for GattOperationType
Source§fn clone(&self) -> GattOperationType
fn clone(&self) -> GattOperationType
Returns a duplicate 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 GattOperationType
impl Debug for GattOperationType
Source§impl<'de> Deserialize<'de> for GattOperationType
impl<'de> Deserialize<'de> for GattOperationType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GattOperationType
impl PartialEq for GattOperationType
Source§impl Serialize for GattOperationType
impl Serialize for GattOperationType
impl StructuralPartialEq for GattOperationType
Auto Trait Implementations§
impl Freeze for GattOperationType
impl RefUnwindSafe for GattOperationType
impl Send for GattOperationType
impl Sync for GattOperationType
impl Unpin for GattOperationType
impl UnwindSafe for GattOperationType
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