Struct aws_sdk_amplify::model::SubDomainSetting
source · [−]#[non_exhaustive]pub struct SubDomainSetting { /* private fields */ }Expand description
Describes the settings for the subdomain.
Implementations
sourceimpl SubDomainSetting
impl SubDomainSetting
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubDomainSetting.
Trait Implementations
sourceimpl Clone for SubDomainSetting
impl Clone for SubDomainSetting
sourcefn clone(&self) -> SubDomainSetting
fn clone(&self) -> SubDomainSetting
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 SubDomainSetting
impl Debug for SubDomainSetting
sourceimpl PartialEq<SubDomainSetting> for SubDomainSetting
impl PartialEq<SubDomainSetting> for SubDomainSetting
sourcefn eq(&self, other: &SubDomainSetting) -> bool
fn eq(&self, other: &SubDomainSetting) -> bool
impl StructuralPartialEq for SubDomainSetting
Auto Trait Implementations
impl RefUnwindSafe for SubDomainSetting
impl Send for SubDomainSetting
impl Sync for SubDomainSetting
impl Unpin for SubDomainSetting
impl UnwindSafe for SubDomainSetting
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