Struct google_sheets4::api::ChartDateTimeRule[][src]

pub struct ChartDateTimeRule {
    pub type_: Option<String>,
}

Allows you to organize the date-time values in a source data column into buckets based on selected parts of their date or time values.

This type is not used in any activity, and only used as part of another schema.

Fields

type_: Option<String>

The type of date-time grouping to apply.

Trait Implementations

impl Clone for ChartDateTimeRule[src]

impl Debug for ChartDateTimeRule[src]

impl Default for ChartDateTimeRule[src]

impl<'de> Deserialize<'de> for ChartDateTimeRule[src]

impl Part for ChartDateTimeRule[src]

impl Serialize for ChartDateTimeRule[src]

Auto Trait Implementations

impl RefUnwindSafe for ChartDateTimeRule[src]

impl Send for ChartDateTimeRule[src]

impl Sync for ChartDateTimeRule[src]

impl Unpin for ChartDateTimeRule[src]

impl UnwindSafe for ChartDateTimeRule[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.