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