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