#[non_exhaustive]pub struct DisassociateFromAdministratorAccountInput {}
Implementations
sourceimpl DisassociateFromAdministratorAccountInput
impl DisassociateFromAdministratorAccountInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateFromAdministratorAccount, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateFromAdministratorAccount, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateFromAdministratorAccount
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateFromAdministratorAccountInput
.
Trait Implementations
sourceimpl Clone for DisassociateFromAdministratorAccountInput
impl Clone for DisassociateFromAdministratorAccountInput
sourcefn clone(&self) -> DisassociateFromAdministratorAccountInput
fn clone(&self) -> DisassociateFromAdministratorAccountInput
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<DisassociateFromAdministratorAccountInput> for DisassociateFromAdministratorAccountInput
impl PartialEq<DisassociateFromAdministratorAccountInput> for DisassociateFromAdministratorAccountInput
sourcefn eq(&self, other: &DisassociateFromAdministratorAccountInput) -> bool
fn eq(&self, other: &DisassociateFromAdministratorAccountInput) -> bool
impl StructuralPartialEq for DisassociateFromAdministratorAccountInput
Auto Trait Implementations
impl RefUnwindSafe for DisassociateFromAdministratorAccountInput
impl Send for DisassociateFromAdministratorAccountInput
impl Sync for DisassociateFromAdministratorAccountInput
impl Unpin for DisassociateFromAdministratorAccountInput
impl UnwindSafe for DisassociateFromAdministratorAccountInput
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