#[non_exhaustive]pub struct DisassociateFromMasterAccountInput {}
Implementations
sourceimpl DisassociateFromMasterAccountInput
impl DisassociateFromMasterAccountInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateFromMasterAccount, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateFromMasterAccount, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateFromMasterAccount
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateFromMasterAccountInput
.
Trait Implementations
sourceimpl Clone for DisassociateFromMasterAccountInput
impl Clone for DisassociateFromMasterAccountInput
sourcefn clone(&self) -> DisassociateFromMasterAccountInput
fn clone(&self) -> DisassociateFromMasterAccountInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DisassociateFromMasterAccountInput> for DisassociateFromMasterAccountInput
impl PartialEq<DisassociateFromMasterAccountInput> for DisassociateFromMasterAccountInput
sourcefn eq(&self, other: &DisassociateFromMasterAccountInput) -> bool
fn eq(&self, other: &DisassociateFromMasterAccountInput) -> bool
impl StructuralPartialEq for DisassociateFromMasterAccountInput
Auto Trait Implementations
impl RefUnwindSafe for DisassociateFromMasterAccountInput
impl Send for DisassociateFromMasterAccountInput
impl Sync for DisassociateFromMasterAccountInput
impl Unpin for DisassociateFromMasterAccountInput
impl UnwindSafe for DisassociateFromMasterAccountInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more