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