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