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