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