Struct mws::fulfillment_outbound::DeliveryWindow [] [src]

pub struct DeliveryWindow {
    pub StartDateTime: Option<DateTime<Utc>>,
    pub EndDateTime: Option<DateTime<Utc>>,
}

The time range within which your Scheduled Delivery fulfillment order should be delivered.

Fields

Trait Implementations

impl Debug for DeliveryWindow
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for DeliveryWindow
[src]

[src]

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

impl PartialEq for DeliveryWindow
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<S: XmlEventStream> FromXMLStream<S> for DeliveryWindow
[src]

Auto Trait Implementations