pub struct SetNetworkIdRoutingPolicyParams {
pub network_id: String,
pub set_network_id_routing_policy_request: Option<SetNetworkIdRoutingPolicyRequest>,
}
Expand description
struct for passing parameters to the method
[set_network_id_routing_policy
]
Fields§
§network_id: String
The ID of the network
set_network_id_routing_policy_request: Option<SetNetworkIdRoutingPolicyRequest>
Implementations§
Source§impl SetNetworkIdRoutingPolicyParams
impl SetNetworkIdRoutingPolicyParams
Sourcepub fn builder() -> SetNetworkIdRoutingPolicyParamsBuilder
pub fn builder() -> SetNetworkIdRoutingPolicyParamsBuilder
Create an instance of SetNetworkIdRoutingPolicyParams
using the builder syntax
Trait Implementations§
Source§impl Clone for SetNetworkIdRoutingPolicyParams
impl Clone for SetNetworkIdRoutingPolicyParams
Source§fn clone(&self) -> SetNetworkIdRoutingPolicyParams
fn clone(&self) -> SetNetworkIdRoutingPolicyParams
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 SetNetworkIdRoutingPolicyParams
impl RefUnwindSafe for SetNetworkIdRoutingPolicyParams
impl Send for SetNetworkIdRoutingPolicyParams
impl Sync for SetNetworkIdRoutingPolicyParams
impl Unpin for SetNetworkIdRoutingPolicyParams
impl UnwindSafe for SetNetworkIdRoutingPolicyParams
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