pub struct PreorderOfferDetails {
pub preorder_release_time: Option<DateTime<Utc>>,
}Expand description
Offer details information related to a preorder line item.
This type is not used in any activity, and only used as part of another schema.
Fields§
§preorder_release_time: Option<DateTime<Utc>>The time when a preordered item is released for a preorder purchase.
Trait Implementations§
Source§impl Clone for PreorderOfferDetails
impl Clone for PreorderOfferDetails
Source§fn clone(&self) -> PreorderOfferDetails
fn clone(&self) -> PreorderOfferDetails
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PreorderOfferDetails
impl Debug for PreorderOfferDetails
Source§impl Default for PreorderOfferDetails
impl Default for PreorderOfferDetails
Source§fn default() -> PreorderOfferDetails
fn default() -> PreorderOfferDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PreorderOfferDetails
impl<'de> Deserialize<'de> for PreorderOfferDetails
Source§fn 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
Source§impl Serialize for PreorderOfferDetails
impl Serialize for PreorderOfferDetails
impl Part for PreorderOfferDetails
Auto Trait Implementations§
impl Freeze for PreorderOfferDetails
impl RefUnwindSafe for PreorderOfferDetails
impl Send for PreorderOfferDetails
impl Sync for PreorderOfferDetails
impl Unpin for PreorderOfferDetails
impl UnwindSafe for PreorderOfferDetails
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more