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