Struct google_content2::DeliveryTime [−][src]
pub struct DeliveryTime {
pub max_transit_time_in_days: Option<u32>,
pub min_transit_time_in_days: Option<u32>,
}There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
max_transit_time_in_days: Option<u32>
Maximum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Must be greater than or equal to minTransitTimeInDays. Required.
min_transit_time_in_days: Option<u32>
Minimum number of business days that is spent in transit. 0 means same day delivery, 1 means next day delivery. Required.
Trait Implementations
impl Default for DeliveryTime[src]
impl Default for DeliveryTimefn default() -> DeliveryTime[src]
fn default() -> DeliveryTimeReturns the "default value" for a type. Read more
impl Clone for DeliveryTime[src]
impl Clone for DeliveryTimefn clone(&self) -> DeliveryTime[src]
fn clone(&self) -> DeliveryTimeReturns 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 DeliveryTime[src]
impl Debug for DeliveryTimefn 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 DeliveryTime[src]
impl Part for DeliveryTimeAuto Trait Implementations
impl Send for DeliveryTime
impl Send for DeliveryTimeimpl Sync for DeliveryTime
impl Sync for DeliveryTime