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