pub struct AddDescriptorReturns {
pub descriptorId: String,
}Expand description
Adds a descriptor with |descriptorUuid| to the characteristic respresented by |characteristicId|.
Fields§
§descriptorId: StringAn identifier that uniquely represents this descriptor.
Trait Implementations§
Source§impl Clone for AddDescriptorReturns
impl Clone for AddDescriptorReturns
Source§fn clone(&self) -> AddDescriptorReturns
fn clone(&self) -> AddDescriptorReturns
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 AddDescriptorReturns
impl Debug for AddDescriptorReturns
Source§impl Default for AddDescriptorReturns
impl Default for AddDescriptorReturns
Source§fn default() -> AddDescriptorReturns
fn default() -> AddDescriptorReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddDescriptorReturns
impl<'de> Deserialize<'de> for AddDescriptorReturns
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
Auto Trait Implementations§
impl Freeze for AddDescriptorReturns
impl RefUnwindSafe for AddDescriptorReturns
impl Send for AddDescriptorReturns
impl Sync for AddDescriptorReturns
impl Unpin for AddDescriptorReturns
impl UnsafeUnpin for AddDescriptorReturns
impl UnwindSafe for AddDescriptorReturns
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