Struct google_androidpublisher2::MonthDay [] [src]

pub struct MonthDay {
    pub day: Option<u32>,
    pub month: Option<u32>,
}

There is no detailed description.

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

Fields

Day of a month, value in [1, 31] range. Valid range depends on the specified month.

Month of a year. e.g. 1 = JAN, 2 = FEB etc.

Trait Implementations

impl Default for MonthDay
[src]

Returns the "default value" for a type. Read more

impl Clone for MonthDay
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MonthDay
[src]

Formats the value using the given formatter.

impl Part for MonthDay
[src]