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