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