pub struct NetworkModuleStatus {
pub network_url: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§network_url: Option<String>[Output Only] The URL of the corresponding Network resource.
Trait Implementations§
Source§impl Clone for NetworkModuleStatus
impl Clone for NetworkModuleStatus
Source§fn clone(&self) -> NetworkModuleStatus
fn clone(&self) -> NetworkModuleStatus
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 NetworkModuleStatus
impl Debug for NetworkModuleStatus
Source§impl Default for NetworkModuleStatus
impl Default for NetworkModuleStatus
Source§fn default() -> NetworkModuleStatus
fn default() -> NetworkModuleStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetworkModuleStatus
impl<'de> Deserialize<'de> for NetworkModuleStatus
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 Serialize for NetworkModuleStatus
impl Serialize for NetworkModuleStatus
impl Part for NetworkModuleStatus
Auto Trait Implementations§
impl Freeze for NetworkModuleStatus
impl RefUnwindSafe for NetworkModuleStatus
impl Send for NetworkModuleStatus
impl Sync for NetworkModuleStatus
impl Unpin for NetworkModuleStatus
impl UnwindSafe for NetworkModuleStatus
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