Struct google_dfareporting3::SortedDimension [−][src]
pub struct SortedDimension {
pub kind: Option<String>,
pub name: Option<String>,
pub sort_order: Option<String>,
}Represents a sorted dimension.
This type is not used in any activity, and only used as part of another schema.
Fields
kind: Option<String>
The kind of resource this is, in this case dfareporting#sortedDimension.
name: Option<String>
The name of the dimension.
sort_order: Option<String>
An optional sort order for the dimension column.
Trait Implementations
impl Default for SortedDimension[src]
impl Default for SortedDimensionfn default() -> SortedDimension[src]
fn default() -> SortedDimensionReturns the "default value" for a type. Read more
impl Clone for SortedDimension[src]
impl Clone for SortedDimensionfn clone(&self) -> SortedDimension[src]
fn clone(&self) -> SortedDimensionReturns 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 SortedDimension[src]
impl Debug for SortedDimensionfn 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 SortedDimension[src]
impl Part for SortedDimensionAuto Trait Implementations
impl Send for SortedDimension
impl Send for SortedDimensionimpl Sync for SortedDimension
impl Sync for SortedDimension