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