Struct amazon_sp_vendor_direct_fulfillment_orders::models::shipment_dates::ShipmentDates
source · [−]pub struct ShipmentDates {
pub required_ship_date: String,
pub promised_delivery_date: Option<String>,
}Expand description
ShipmentDates : Shipment dates.
Fields
required_ship_date: StringTime by which the vendor is required to ship the order.
promised_delivery_date: Option<String>Delivery date promised to the Amazon customer.
Implementations
sourceimpl ShipmentDates
impl ShipmentDates
sourcepub fn new(required_ship_date: String) -> ShipmentDates
pub fn new(required_ship_date: String) -> ShipmentDates
Shipment dates.
Trait Implementations
sourceimpl Clone for ShipmentDates
impl Clone for ShipmentDates
sourcefn clone(&self) -> ShipmentDates
fn clone(&self) -> ShipmentDates
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 ShipmentDates
impl Debug for ShipmentDates
sourceimpl Default for ShipmentDates
impl Default for ShipmentDates
sourcefn default() -> ShipmentDates
fn default() -> ShipmentDates
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ShipmentDates
impl<'de> Deserialize<'de> for ShipmentDates
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<ShipmentDates> for ShipmentDates
impl PartialEq<ShipmentDates> for ShipmentDates
sourcefn eq(&self, other: &ShipmentDates) -> bool
fn eq(&self, other: &ShipmentDates) -> bool
sourceimpl Serialize for ShipmentDates
impl Serialize for ShipmentDates
impl StructuralPartialEq for ShipmentDates
Auto Trait Implementations
impl RefUnwindSafe for ShipmentDates
impl Send for ShipmentDates
impl Sync for ShipmentDates
impl Unpin for ShipmentDates
impl UnwindSafe for ShipmentDates
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