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