pub struct SetRoutingPolicyParams {
pub connection_id: String,
pub set_routing_policy_request: Option<SetRoutingPolicyRequest>,
}
Expand description
struct for passing parameters to the method [set_routing_policy
]
Fields§
§connection_id: String
The ID of the network connection
set_routing_policy_request: Option<SetRoutingPolicyRequest>
Implementations§
Source§impl SetRoutingPolicyParams
impl SetRoutingPolicyParams
Sourcepub fn builder() -> SetRoutingPolicyParamsBuilder
pub fn builder() -> SetRoutingPolicyParamsBuilder
Create an instance of SetRoutingPolicyParams
using the builder syntax
Trait Implementations§
Source§impl Clone for SetRoutingPolicyParams
impl Clone for SetRoutingPolicyParams
Source§fn clone(&self) -> SetRoutingPolicyParams
fn clone(&self) -> SetRoutingPolicyParams
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SetRoutingPolicyParams
impl RefUnwindSafe for SetRoutingPolicyParams
impl Send for SetRoutingPolicyParams
impl Sync for SetRoutingPolicyParams
impl Unpin for SetRoutingPolicyParams
impl UnwindSafe for SetRoutingPolicyParams
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