Struct amazon_sp_services::models::item_delivery::ItemDelivery
source · [−]pub struct ItemDelivery {
pub estimated_delivery_date: Option<String>,
pub item_delivery_promise: Option<Box<ItemDeliveryPromise>>,
}Expand description
ItemDelivery : Delivery information for the item.
Fields
estimated_delivery_date: Option<String>The date and time of the latest Estimated Delivery Date (EDD) of all the items with an EDD. In ISO 8601 format.
item_delivery_promise: Option<Box<ItemDeliveryPromise>>Implementations
sourceimpl ItemDelivery
impl ItemDelivery
sourcepub fn new() -> ItemDelivery
pub fn new() -> ItemDelivery
Delivery information for the item.
Trait Implementations
sourceimpl Clone for ItemDelivery
impl Clone for ItemDelivery
sourcefn clone(&self) -> ItemDelivery
fn clone(&self) -> ItemDelivery
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 ItemDelivery
impl Debug for ItemDelivery
sourceimpl Default for ItemDelivery
impl Default for ItemDelivery
sourcefn default() -> ItemDelivery
fn default() -> ItemDelivery
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ItemDelivery
impl<'de> Deserialize<'de> for ItemDelivery
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<ItemDelivery> for ItemDelivery
impl PartialEq<ItemDelivery> for ItemDelivery
sourcefn eq(&self, other: &ItemDelivery) -> bool
fn eq(&self, other: &ItemDelivery) -> bool
sourceimpl Serialize for ItemDelivery
impl Serialize for ItemDelivery
impl StructuralPartialEq for ItemDelivery
Auto Trait Implementations
impl RefUnwindSafe for ItemDelivery
impl Send for ItemDelivery
impl Sync for ItemDelivery
impl Unpin for ItemDelivery
impl UnwindSafe for ItemDelivery
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