pub struct DeleteDomainConfigurationRequest {
pub domain_configuration_name: String,
}Fields§
§domain_configuration_name: StringThe name of the domain configuration to be deleted.
Trait Implementations§
Source§impl Clone for DeleteDomainConfigurationRequest
impl Clone for DeleteDomainConfigurationRequest
Source§fn clone(&self) -> DeleteDomainConfigurationRequest
fn clone(&self) -> DeleteDomainConfigurationRequest
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 DeleteDomainConfigurationRequest
impl Default for DeleteDomainConfigurationRequest
Source§fn default() -> DeleteDomainConfigurationRequest
fn default() -> DeleteDomainConfigurationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteDomainConfigurationRequest
impl PartialEq for DeleteDomainConfigurationRequest
Source§fn eq(&self, other: &DeleteDomainConfigurationRequest) -> bool
fn eq(&self, other: &DeleteDomainConfigurationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteDomainConfigurationRequest
Auto Trait Implementations§
impl Freeze for DeleteDomainConfigurationRequest
impl RefUnwindSafe for DeleteDomainConfigurationRequest
impl Send for DeleteDomainConfigurationRequest
impl Sync for DeleteDomainConfigurationRequest
impl Unpin for DeleteDomainConfigurationRequest
impl UnwindSafe for DeleteDomainConfigurationRequest
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