pub enum AddCharacteristicMethod {
AddCharacteristic,
}Variants§
AddCharacteristic
Trait Implementations§
Source§impl Clone for AddCharacteristicMethod
impl Clone for AddCharacteristicMethod
Source§fn clone(&self) -> AddCharacteristicMethod
fn clone(&self) -> AddCharacteristicMethod
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 AddCharacteristicMethod
impl Debug for AddCharacteristicMethod
Source§impl<'de> Deserialize<'de> for AddCharacteristicMethod
impl<'de> Deserialize<'de> for AddCharacteristicMethod
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 AddCharacteristicMethod
impl PartialEq for AddCharacteristicMethod
Source§impl Serialize for AddCharacteristicMethod
impl Serialize for AddCharacteristicMethod
impl StructuralPartialEq for AddCharacteristicMethod
Auto Trait Implementations§
impl Freeze for AddCharacteristicMethod
impl RefUnwindSafe for AddCharacteristicMethod
impl Send for AddCharacteristicMethod
impl Sync for AddCharacteristicMethod
impl Unpin for AddCharacteristicMethod
impl UnsafeUnpin for AddCharacteristicMethod
impl UnwindSafe for AddCharacteristicMethod
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