Struct google_cloudlatencytest2::StringValue
[−]
[src]
pub struct StringValue {
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 StringValue[src]
impl Clone for StringValue[src]
fn clone(&self) -> StringValue
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
impl Default for StringValue[src]
fn default() -> StringValue
Returns the "default value" for a type. Read more