Expand description
ItemDeliveryPromise : Promised delivery information for the item.
Fields
start_time: Option<String>The date and time of the start of the promised delivery window in ISO 8601 format.
end_time: Option<String>The date and time of the end of the promised delivery window in ISO 8601 format.
Implementations
sourceimpl ItemDeliveryPromise
impl ItemDeliveryPromise
sourcepub fn new() -> ItemDeliveryPromise
pub fn new() -> ItemDeliveryPromise
Promised delivery information for the item.
Trait Implementations
sourceimpl Clone for ItemDeliveryPromise
impl Clone for ItemDeliveryPromise
sourcefn clone(&self) -> ItemDeliveryPromise
fn clone(&self) -> ItemDeliveryPromise
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 ItemDeliveryPromise
impl Debug for ItemDeliveryPromise
sourceimpl Default for ItemDeliveryPromise
impl Default for ItemDeliveryPromise
sourcefn default() -> ItemDeliveryPromise
fn default() -> ItemDeliveryPromise
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ItemDeliveryPromise
impl<'de> Deserialize<'de> for ItemDeliveryPromise
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<ItemDeliveryPromise> for ItemDeliveryPromise
impl PartialEq<ItemDeliveryPromise> for ItemDeliveryPromise
sourcefn eq(&self, other: &ItemDeliveryPromise) -> bool
fn eq(&self, other: &ItemDeliveryPromise) -> bool
sourceimpl Serialize for ItemDeliveryPromise
impl Serialize for ItemDeliveryPromise
impl StructuralPartialEq for ItemDeliveryPromise
Auto Trait Implementations
impl RefUnwindSafe for ItemDeliveryPromise
impl Send for ItemDeliveryPromise
impl Sync for ItemDeliveryPromise
impl Unpin for ItemDeliveryPromise
impl UnwindSafe for ItemDeliveryPromise
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