Struct google_cloudlatencytest2::DoubleValue
[−]
[src]
pub struct DoubleValue {
pub value: Option<f32>,
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<f32>
no description provided
label: Option<String>
no description provided
Trait Implementations
impl Default for DoubleValue[src]
fn default() -> DoubleValue
Returns the "default value" for a type. Read more
impl Clone for DoubleValue[src]
fn clone(&self) -> DoubleValue
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