Struct google_testing1::NetworkConfiguration [−][src]
pub struct NetworkConfiguration {
pub id: Option<String>,
pub down_rule: Option<TrafficRule>,
pub up_rule: Option<TrafficRule>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
id: Option<String>
The unique opaque id for this network traffic configuration @OutputOnly
down_rule: Option<TrafficRule>
The emulation rule applying to the download traffic
up_rule: Option<TrafficRule>
The emulation rule applying to the upload traffic
Trait Implementations
impl Default for NetworkConfiguration[src]
impl Default for NetworkConfigurationfn default() -> NetworkConfiguration[src]
fn default() -> NetworkConfigurationReturns the "default value" for a type. Read more
impl Clone for NetworkConfiguration[src]
impl Clone for NetworkConfigurationfn clone(&self) -> NetworkConfiguration[src]
fn clone(&self) -> NetworkConfigurationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for NetworkConfiguration[src]
impl Debug for NetworkConfigurationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for NetworkConfiguration[src]
impl Part for NetworkConfigurationAuto Trait Implementations
impl Send for NetworkConfiguration
impl Send for NetworkConfigurationimpl Sync for NetworkConfiguration
impl Sync for NetworkConfiguration