pub struct AddCharacteristicResult {
pub characteristic_id: String,
}Fields§
§characteristic_id: StringAn identifier that uniquely represents this characteristic.
Trait Implementations§
Source§impl Clone for AddCharacteristicResult
impl Clone for AddCharacteristicResult
Source§fn clone(&self) -> AddCharacteristicResult
fn clone(&self) -> AddCharacteristicResult
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 AddCharacteristicResult
impl Debug for AddCharacteristicResult
Source§impl<'de> Deserialize<'de> for AddCharacteristicResult
impl<'de> Deserialize<'de> for AddCharacteristicResult
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 AddCharacteristicResult
impl PartialEq for AddCharacteristicResult
Source§impl Serialize for AddCharacteristicResult
impl Serialize for AddCharacteristicResult
Source§impl TryFrom<Value> for AddCharacteristicResult
impl TryFrom<Value> for AddCharacteristicResult
impl StructuralPartialEq for AddCharacteristicResult
Auto Trait Implementations§
impl Freeze for AddCharacteristicResult
impl RefUnwindSafe for AddCharacteristicResult
impl Send for AddCharacteristicResult
impl Sync for AddCharacteristicResult
impl Unpin for AddCharacteristicResult
impl UnsafeUnpin for AddCharacteristicResult
impl UnwindSafe for AddCharacteristicResult
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