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