pub struct CreateDmDomainParams {
pub request_body_for_create: Option<RequestBodyForCreate>,
}Expand description
struct for passing parameters to the method create_dm_domain
Fields§
§request_body_for_create: Option<RequestBodyForCreate>Trait Implementations§
Source§impl Clone for CreateDmDomainParams
impl Clone for CreateDmDomainParams
Source§fn clone(&self) -> CreateDmDomainParams
fn clone(&self) -> CreateDmDomainParams
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 Debug for CreateDmDomainParams
impl Debug for CreateDmDomainParams
Source§impl Default for CreateDmDomainParams
impl Default for CreateDmDomainParams
Source§fn default() -> CreateDmDomainParams
fn default() -> CreateDmDomainParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CreateDmDomainParams
impl RefUnwindSafe for CreateDmDomainParams
impl Send for CreateDmDomainParams
impl Sync for CreateDmDomainParams
impl Unpin for CreateDmDomainParams
impl UnwindSafe for CreateDmDomainParams
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