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