pub struct CreateDomainConfigurationResponse {
pub domain_configuration_arn: Option<String>,
pub domain_configuration_name: Option<String>,
}Fields§
§domain_configuration_arn: Option<String>The ARN of the domain configuration.
domain_configuration_name: Option<String>The name of the domain configuration.
Trait Implementations§
Source§impl Clone for CreateDomainConfigurationResponse
impl Clone for CreateDomainConfigurationResponse
Source§fn clone(&self) -> CreateDomainConfigurationResponse
fn clone(&self) -> CreateDomainConfigurationResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CreateDomainConfigurationResponse
impl Default for CreateDomainConfigurationResponse
Source§fn default() -> CreateDomainConfigurationResponse
fn default() -> CreateDomainConfigurationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateDomainConfigurationResponse
impl<'de> Deserialize<'de> for CreateDomainConfigurationResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateDomainConfigurationResponse
impl PartialEq for CreateDomainConfigurationResponse
Source§fn eq(&self, other: &CreateDomainConfigurationResponse) -> bool
fn eq(&self, other: &CreateDomainConfigurationResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateDomainConfigurationResponse
Auto Trait Implementations§
impl Freeze for CreateDomainConfigurationResponse
impl RefUnwindSafe for CreateDomainConfigurationResponse
impl Send for CreateDomainConfigurationResponse
impl Sync for CreateDomainConfigurationResponse
impl Unpin for CreateDomainConfigurationResponse
impl UnwindSafe for CreateDomainConfigurationResponse
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