pub struct AddCharacteristicReturnObjectBuilder { /* private fields */ }Expand description
Builder for AddCharacteristicReturnObject.
Implementations§
Source§impl AddCharacteristicReturnObjectBuilder
impl AddCharacteristicReturnObjectBuilder
Sourcepub fn characteristic_id(&mut self, value: String) -> &mut Self
pub fn characteristic_id(&mut self, value: String) -> &mut Self
An identifier that uniquely represents this characteristic.
Sourcepub fn build(
&self,
) -> Result<AddCharacteristicReturnObject, AddCharacteristicReturnObjectBuilderError>
pub fn build( &self, ) -> Result<AddCharacteristicReturnObject, AddCharacteristicReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for AddCharacteristicReturnObjectBuilder
impl Clone for AddCharacteristicReturnObjectBuilder
Source§fn clone(&self) -> AddCharacteristicReturnObjectBuilder
fn clone(&self) -> AddCharacteristicReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for AddCharacteristicReturnObjectBuilder
impl RefUnwindSafe for AddCharacteristicReturnObjectBuilder
impl Send for AddCharacteristicReturnObjectBuilder
impl Sync for AddCharacteristicReturnObjectBuilder
impl Unpin for AddCharacteristicReturnObjectBuilder
impl UnsafeUnpin for AddCharacteristicReturnObjectBuilder
impl UnwindSafe for AddCharacteristicReturnObjectBuilder
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