Struct aws_sdk_resourceexplorer2::operation::disassociate_default_view::builders::DisassociateDefaultViewInputBuilder
source · #[non_exhaustive]pub struct DisassociateDefaultViewInputBuilder {}Expand description
A builder for DisassociateDefaultViewInput.
Implementations§
source§impl DisassociateDefaultViewInputBuilder
impl DisassociateDefaultViewInputBuilder
sourcepub fn build(self) -> Result<DisassociateDefaultViewInput, BuildError>
pub fn build(self) -> Result<DisassociateDefaultViewInput, BuildError>
Consumes the builder and constructs a DisassociateDefaultViewInput.
source§impl DisassociateDefaultViewInputBuilder
impl DisassociateDefaultViewInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DisassociateDefaultViewOutput, SdkError<DisassociateDefaultViewError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DisassociateDefaultViewOutput, SdkError<DisassociateDefaultViewError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DisassociateDefaultViewInputBuilder
impl Clone for DisassociateDefaultViewInputBuilder
source§fn clone(&self) -> DisassociateDefaultViewInputBuilder
fn clone(&self) -> DisassociateDefaultViewInputBuilder
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 DisassociateDefaultViewInputBuilder
impl Default for DisassociateDefaultViewInputBuilder
source§fn default() -> DisassociateDefaultViewInputBuilder
fn default() -> DisassociateDefaultViewInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DisassociateDefaultViewInputBuilder
impl PartialEq for DisassociateDefaultViewInputBuilder
source§fn eq(&self, other: &DisassociateDefaultViewInputBuilder) -> bool
fn eq(&self, other: &DisassociateDefaultViewInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DisassociateDefaultViewInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateDefaultViewInputBuilder
impl Send for DisassociateDefaultViewInputBuilder
impl Sync for DisassociateDefaultViewInputBuilder
impl Unpin for DisassociateDefaultViewInputBuilder
impl UnwindSafe for DisassociateDefaultViewInputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.