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