pub struct ActivateDmRoutingConfigDraftParams {
pub config_id: String,
}Expand description
struct for passing parameters to the method activate_dm_routing_config_draft
Fields§
§config_id: StringTrait Implementations§
Source§impl Clone for ActivateDmRoutingConfigDraftParams
impl Clone for ActivateDmRoutingConfigDraftParams
Source§fn clone(&self) -> ActivateDmRoutingConfigDraftParams
fn clone(&self) -> ActivateDmRoutingConfigDraftParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActivateDmRoutingConfigDraftParams
impl Default for ActivateDmRoutingConfigDraftParams
Source§fn default() -> ActivateDmRoutingConfigDraftParams
fn default() -> ActivateDmRoutingConfigDraftParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActivateDmRoutingConfigDraftParams
impl RefUnwindSafe for ActivateDmRoutingConfigDraftParams
impl Send for ActivateDmRoutingConfigDraftParams
impl Sync for ActivateDmRoutingConfigDraftParams
impl Unpin for ActivateDmRoutingConfigDraftParams
impl UnsafeUnpin for ActivateDmRoutingConfigDraftParams
impl UnwindSafe for ActivateDmRoutingConfigDraftParams
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