Struct aws_sdk_swf::output::DeprecateDomainOutput
source · [−]#[non_exhaustive]pub struct DeprecateDomainOutput {}
Implementations
sourceimpl DeprecateDomainOutput
impl DeprecateDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeprecateDomainOutput
.
Trait Implementations
sourceimpl Clone for DeprecateDomainOutput
impl Clone for DeprecateDomainOutput
sourcefn clone(&self) -> DeprecateDomainOutput
fn clone(&self) -> DeprecateDomainOutput
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 DeprecateDomainOutput
impl Debug for DeprecateDomainOutput
sourceimpl PartialEq<DeprecateDomainOutput> for DeprecateDomainOutput
impl PartialEq<DeprecateDomainOutput> for DeprecateDomainOutput
sourcefn eq(&self, other: &DeprecateDomainOutput) -> bool
fn eq(&self, other: &DeprecateDomainOutput) -> bool
impl StructuralPartialEq for DeprecateDomainOutput
Auto Trait Implementations
impl RefUnwindSafe for DeprecateDomainOutput
impl Send for DeprecateDomainOutput
impl Sync for DeprecateDomainOutput
impl Unpin for DeprecateDomainOutput
impl UnwindSafe for DeprecateDomainOutput
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