pub struct UpdateGlobalNetworkResponse {
pub global_network: Option<GlobalNetwork>,
}
Fields§
§global_network: Option<GlobalNetwork>
Information about the global network object.
Trait Implementations§
Source§impl Clone for UpdateGlobalNetworkResponse
impl Clone for UpdateGlobalNetworkResponse
Source§fn clone(&self) -> UpdateGlobalNetworkResponse
fn clone(&self) -> UpdateGlobalNetworkResponse
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 UpdateGlobalNetworkResponse
impl Debug for UpdateGlobalNetworkResponse
Source§impl Default for UpdateGlobalNetworkResponse
impl Default for UpdateGlobalNetworkResponse
Source§fn default() -> UpdateGlobalNetworkResponse
fn default() -> UpdateGlobalNetworkResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateGlobalNetworkResponse
impl<'de> Deserialize<'de> for UpdateGlobalNetworkResponse
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
impl StructuralPartialEq for UpdateGlobalNetworkResponse
Auto Trait Implementations§
impl Freeze for UpdateGlobalNetworkResponse
impl RefUnwindSafe for UpdateGlobalNetworkResponse
impl Send for UpdateGlobalNetworkResponse
impl Sync for UpdateGlobalNetworkResponse
impl Unpin for UpdateGlobalNetworkResponse
impl UnwindSafe for UpdateGlobalNetworkResponse
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