Struct amazon_sp_fulfillment_inbound::models::confirm_preorder_result::ConfirmPreorderResult
source · [−]pub struct ConfirmPreorderResult {
pub confirmed_need_by_date: Option<String>,
pub confirmed_fulfillable_date: Option<String>,
}Fields
confirmed_need_by_date: Option<String>confirmed_fulfillable_date: Option<String>Implementations
sourceimpl ConfirmPreorderResult
impl ConfirmPreorderResult
pub fn new() -> ConfirmPreorderResult
Trait Implementations
sourceimpl Clone for ConfirmPreorderResult
impl Clone for ConfirmPreorderResult
sourcefn clone(&self) -> ConfirmPreorderResult
fn clone(&self) -> ConfirmPreorderResult
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 ConfirmPreorderResult
impl Debug for ConfirmPreorderResult
sourceimpl Default for ConfirmPreorderResult
impl Default for ConfirmPreorderResult
sourcefn default() -> ConfirmPreorderResult
fn default() -> ConfirmPreorderResult
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ConfirmPreorderResult
impl<'de> Deserialize<'de> for ConfirmPreorderResult
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<ConfirmPreorderResult> for ConfirmPreorderResult
impl PartialEq<ConfirmPreorderResult> for ConfirmPreorderResult
sourcefn eq(&self, other: &ConfirmPreorderResult) -> bool
fn eq(&self, other: &ConfirmPreorderResult) -> bool
sourceimpl Serialize for ConfirmPreorderResult
impl Serialize for ConfirmPreorderResult
impl StructuralPartialEq for ConfirmPreorderResult
Auto Trait Implementations
impl RefUnwindSafe for ConfirmPreorderResult
impl Send for ConfirmPreorderResult
impl Sync for ConfirmPreorderResult
impl Unpin for ConfirmPreorderResult
impl UnwindSafe for ConfirmPreorderResult
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