Struct amazon_sp_fulfillment_inbound::models::get_preorder_info_result::GetPreorderInfoResult
source · [−]pub struct GetPreorderInfoResult {
pub shipment_contains_preorderable_items: Option<bool>,
pub shipment_confirmed_for_preorder: Option<bool>,
pub need_by_date: Option<String>,
pub confirmed_fulfillable_date: Option<String>,
}Fields
shipment_contains_preorderable_items: Option<bool>Indicates whether the shipment contains items that have been enabled for pre-order. For more information about enabling items for pre-order, see the Seller Central Help.
shipment_confirmed_for_preorder: Option<bool>Indicates whether this shipment has been confirmed for pre-order.
need_by_date: Option<String>confirmed_fulfillable_date: Option<String>Implementations
sourceimpl GetPreorderInfoResult
impl GetPreorderInfoResult
pub fn new() -> GetPreorderInfoResult
Trait Implementations
sourceimpl Clone for GetPreorderInfoResult
impl Clone for GetPreorderInfoResult
sourcefn clone(&self) -> GetPreorderInfoResult
fn clone(&self) -> GetPreorderInfoResult
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 GetPreorderInfoResult
impl Debug for GetPreorderInfoResult
sourceimpl Default for GetPreorderInfoResult
impl Default for GetPreorderInfoResult
sourcefn default() -> GetPreorderInfoResult
fn default() -> GetPreorderInfoResult
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for GetPreorderInfoResult
impl<'de> Deserialize<'de> for GetPreorderInfoResult
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<GetPreorderInfoResult> for GetPreorderInfoResult
impl PartialEq<GetPreorderInfoResult> for GetPreorderInfoResult
sourcefn eq(&self, other: &GetPreorderInfoResult) -> bool
fn eq(&self, other: &GetPreorderInfoResult) -> bool
sourceimpl Serialize for GetPreorderInfoResult
impl Serialize for GetPreorderInfoResult
impl StructuralPartialEq for GetPreorderInfoResult
Auto Trait Implementations
impl RefUnwindSafe for GetPreorderInfoResult
impl Send for GetPreorderInfoResult
impl Sync for GetPreorderInfoResult
impl Unpin for GetPreorderInfoResult
impl UnwindSafe for GetPreorderInfoResult
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