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