pub struct GetNetworkInput {
pub network_id: String,
}
Fields§
§network_id: String
The unique identifier of the network to get information about.
Trait Implementations§
Source§impl Clone for GetNetworkInput
impl Clone for GetNetworkInput
Source§fn clone(&self) -> GetNetworkInput
fn clone(&self) -> GetNetworkInput
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 moreSource§impl Debug for GetNetworkInput
impl Debug for GetNetworkInput
Source§impl Default for GetNetworkInput
impl Default for GetNetworkInput
Source§fn default() -> GetNetworkInput
fn default() -> GetNetworkInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetNetworkInput
impl PartialEq for GetNetworkInput
Source§impl Serialize for GetNetworkInput
impl Serialize for GetNetworkInput
impl StructuralPartialEq for GetNetworkInput
Auto Trait Implementations§
impl Freeze for GetNetworkInput
impl RefUnwindSafe for GetNetworkInput
impl Send for GetNetworkInput
impl Sync for GetNetworkInput
impl Unpin for GetNetworkInput
impl UnwindSafe for GetNetworkInput
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