pub struct DeleteClientConfigurationRequestBuilder { /* private fields */ }
Expand description
Builder for DeleteClientConfigurationRequest
.
Implementations§
Source§impl DeleteClientConfigurationRequestBuilder
impl DeleteClientConfigurationRequestBuilder
pub fn mount<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<DeleteClientConfigurationRequest, DeleteClientConfigurationRequestBuilderError>
pub fn build( &self, ) -> Result<DeleteClientConfigurationRequest, DeleteClientConfigurationRequestBuilderError>
Builds a new DeleteClientConfigurationRequest
.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for DeleteClientConfigurationRequestBuilder
impl Clone for DeleteClientConfigurationRequestBuilder
Source§fn clone(&self) -> DeleteClientConfigurationRequestBuilder
fn clone(&self) -> DeleteClientConfigurationRequestBuilder
Returns a copy 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 DeleteClientConfigurationRequestBuilder
impl RefUnwindSafe for DeleteClientConfigurationRequestBuilder
impl Send for DeleteClientConfigurationRequestBuilder
impl Sync for DeleteClientConfigurationRequestBuilder
impl Unpin for DeleteClientConfigurationRequestBuilder
impl UnwindSafe for DeleteClientConfigurationRequestBuilder
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