Struct google_analyticsdata1_beta::api::DimensionValue
source · pub struct DimensionValue {
pub value: Option<String>,
}Expand description
The value of a dimension.
This type is not used in any activity, and only used as part of another schema.
Fields§
§value: Option<String>Value as a string if the dimension type is a string.
Trait Implementations§
source§impl Clone for DimensionValue
impl Clone for DimensionValue
source§fn clone(&self) -> DimensionValue
fn clone(&self) -> DimensionValue
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DimensionValue
impl Debug for DimensionValue
source§impl Default for DimensionValue
impl Default for DimensionValue
source§fn default() -> DimensionValue
fn default() -> DimensionValue
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DimensionValue
impl<'de> Deserialize<'de> for DimensionValue
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more