Expand description
DeliveryWindow : The time range within which a Scheduled Delivery fulfillment order should be delivered.
Fields
start_date: Stringend_date: StringImplementations
sourceimpl DeliveryWindow
impl DeliveryWindow
sourcepub fn new(start_date: String, end_date: String) -> DeliveryWindow
pub fn new(start_date: String, end_date: String) -> DeliveryWindow
The time range within which a Scheduled Delivery fulfillment order should be delivered.
Trait Implementations
sourceimpl Clone for DeliveryWindow
impl Clone for DeliveryWindow
sourcefn clone(&self) -> DeliveryWindow
fn clone(&self) -> DeliveryWindow
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DeliveryWindow
impl Debug for DeliveryWindow
sourceimpl Default for DeliveryWindow
impl Default for DeliveryWindow
sourcefn default() -> DeliveryWindow
fn default() -> DeliveryWindow
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for DeliveryWindow
impl<'de> Deserialize<'de> for DeliveryWindow
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<DeliveryWindow> for DeliveryWindow
impl PartialEq<DeliveryWindow> for DeliveryWindow
sourcefn eq(&self, other: &DeliveryWindow) -> bool
fn eq(&self, other: &DeliveryWindow) -> bool
sourceimpl Serialize for DeliveryWindow
impl Serialize for DeliveryWindow
impl StructuralPartialEq for DeliveryWindow
Auto Trait Implementations
impl RefUnwindSafe for DeliveryWindow
impl Send for DeliveryWindow
impl Sync for DeliveryWindow
impl Unpin for DeliveryWindow
impl UnwindSafe for DeliveryWindow
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more