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