Struct aws_sdk_chime::operation::delete_voice_connector_proxy::builders::DeleteVoiceConnectorProxyOutputBuilder
source · #[non_exhaustive]pub struct DeleteVoiceConnectorProxyOutputBuilder { /* private fields */ }Expand description
A builder for DeleteVoiceConnectorProxyOutput.
Implementations§
source§impl DeleteVoiceConnectorProxyOutputBuilder
impl DeleteVoiceConnectorProxyOutputBuilder
sourcepub fn build(self) -> DeleteVoiceConnectorProxyOutput
pub fn build(self) -> DeleteVoiceConnectorProxyOutput
Consumes the builder and constructs a DeleteVoiceConnectorProxyOutput.
Trait Implementations§
source§impl Clone for DeleteVoiceConnectorProxyOutputBuilder
impl Clone for DeleteVoiceConnectorProxyOutputBuilder
source§fn clone(&self) -> DeleteVoiceConnectorProxyOutputBuilder
fn clone(&self) -> DeleteVoiceConnectorProxyOutputBuilder
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 moresource§impl Default for DeleteVoiceConnectorProxyOutputBuilder
impl Default for DeleteVoiceConnectorProxyOutputBuilder
source§fn default() -> DeleteVoiceConnectorProxyOutputBuilder
fn default() -> DeleteVoiceConnectorProxyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteVoiceConnectorProxyOutputBuilder> for DeleteVoiceConnectorProxyOutputBuilder
impl PartialEq<DeleteVoiceConnectorProxyOutputBuilder> for DeleteVoiceConnectorProxyOutputBuilder
source§fn eq(&self, other: &DeleteVoiceConnectorProxyOutputBuilder) -> bool
fn eq(&self, other: &DeleteVoiceConnectorProxyOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteVoiceConnectorProxyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteVoiceConnectorProxyOutputBuilder
impl Send for DeleteVoiceConnectorProxyOutputBuilder
impl Sync for DeleteVoiceConnectorProxyOutputBuilder
impl Unpin for DeleteVoiceConnectorProxyOutputBuilder
impl UnwindSafe for DeleteVoiceConnectorProxyOutputBuilder
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