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