Struct aws_sdk_cloudfront::model::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
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
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