Struct google_testing1::NetworkConfigurationCatalog
[−]
[src]
pub struct NetworkConfigurationCatalog {
pub configurations: Option<Vec<NetworkConfiguration>>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
configurations: Option<Vec<NetworkConfiguration>>
no description provided
Trait Implementations
impl Default for NetworkConfigurationCatalog[src]
fn default() -> NetworkConfigurationCatalog[src]
Returns the "default value" for a type. Read more
impl Clone for NetworkConfigurationCatalog[src]
fn clone(&self) -> NetworkConfigurationCatalog[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more