pub struct GetNetworkOutput {
pub network: Option<Network>,
}Fields§
§network: Option<Network>An object containing network configuration parameters.
Trait Implementations§
Source§impl Clone for GetNetworkOutput
impl Clone for GetNetworkOutput
Source§fn clone(&self) -> GetNetworkOutput
fn clone(&self) -> GetNetworkOutput
Returns a duplicate 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 GetNetworkOutput
impl Debug for GetNetworkOutput
Source§impl Default for GetNetworkOutput
impl Default for GetNetworkOutput
Source§fn default() -> GetNetworkOutput
fn default() -> GetNetworkOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetNetworkOutput
impl<'de> Deserialize<'de> for GetNetworkOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetNetworkOutput
impl PartialEq for GetNetworkOutput
impl StructuralPartialEq for GetNetworkOutput
Auto Trait Implementations§
impl Freeze for GetNetworkOutput
impl RefUnwindSafe for GetNetworkOutput
impl Send for GetNetworkOutput
impl Sync for GetNetworkOutput
impl Unpin for GetNetworkOutput
impl UnwindSafe for GetNetworkOutput
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