#[non_exhaustive]pub struct UndeprecateDomainInput { /* private fields */ }
Implementations§
source§impl UndeprecateDomainInput
impl UndeprecateDomainInput
sourcepub fn builder() -> UndeprecateDomainInputBuilder
pub fn builder() -> UndeprecateDomainInputBuilder
Creates a new builder-style object to manufacture UndeprecateDomainInput
.
source§impl 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
>
Trait Implementations§
source§impl Clone for UndeprecateDomainInput
impl Clone for UndeprecateDomainInput
source§fn clone(&self) -> UndeprecateDomainInput
fn clone(&self) -> UndeprecateDomainInput
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 Debug for UndeprecateDomainInput
impl Debug for UndeprecateDomainInput
source§impl PartialEq<UndeprecateDomainInput> for UndeprecateDomainInput
impl PartialEq<UndeprecateDomainInput> for UndeprecateDomainInput
source§fn eq(&self, other: &UndeprecateDomainInput) -> bool
fn eq(&self, other: &UndeprecateDomainInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
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