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