pub struct AddCharacteristicReturnsBuilder { /* private fields */ }Implementations§
Source§impl AddCharacteristicReturnsBuilder
impl AddCharacteristicReturnsBuilder
pub fn characteristic_id( self, characteristic_id: impl Into<String>, ) -> AddCharacteristicReturnsBuilder
pub fn build(self) -> Result<AddCharacteristicReturns, String>
Trait Implementations§
Source§impl Clone for AddCharacteristicReturnsBuilder
impl Clone for AddCharacteristicReturnsBuilder
Source§fn clone(&self) -> AddCharacteristicReturnsBuilder
fn clone(&self) -> AddCharacteristicReturnsBuilder
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 Default for AddCharacteristicReturnsBuilder
impl Default for AddCharacteristicReturnsBuilder
Source§fn default() -> AddCharacteristicReturnsBuilder
fn default() -> AddCharacteristicReturnsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AddCharacteristicReturnsBuilder
impl RefUnwindSafe for AddCharacteristicReturnsBuilder
impl Send for AddCharacteristicReturnsBuilder
impl Sync for AddCharacteristicReturnsBuilder
impl Unpin for AddCharacteristicReturnsBuilder
impl UnwindSafe for AddCharacteristicReturnsBuilder
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