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