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