Struct aws_sdk_cloudfront::types::Aliases
source · #[non_exhaustive]pub struct Aliases { /* private fields */ }Expand description
A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
Implementations§
Trait Implementations§
source§impl PartialEq<Aliases> for Aliases
impl PartialEq<Aliases> for Aliases
impl StructuralPartialEq for Aliases
Auto Trait Implementations§
impl RefUnwindSafe for Aliases
impl Send for Aliases
impl Sync for Aliases
impl Unpin for Aliases
impl UnwindSafe for Aliases
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