pub struct PublicGetDeliveryPricesResponseData {
pub date: String,
pub delivery_price: f64,
}Fields§
§date: String§delivery_price: f64Trait Implementations§
Source§impl Clone for PublicGetDeliveryPricesResponseData
impl Clone for PublicGetDeliveryPricesResponseData
Source§fn clone(&self) -> PublicGetDeliveryPricesResponseData
fn clone(&self) -> PublicGetDeliveryPricesResponseData
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 Default for PublicGetDeliveryPricesResponseData
impl Default for PublicGetDeliveryPricesResponseData
Source§fn default() -> PublicGetDeliveryPricesResponseData
fn default() -> PublicGetDeliveryPricesResponseData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PublicGetDeliveryPricesResponseData
impl<'de> Deserialize<'de> for PublicGetDeliveryPricesResponseData
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 PartialEq for PublicGetDeliveryPricesResponseData
impl PartialEq for PublicGetDeliveryPricesResponseData
Source§fn eq(&self, other: &PublicGetDeliveryPricesResponseData) -> bool
fn eq(&self, other: &PublicGetDeliveryPricesResponseData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PublicGetDeliveryPricesResponseData
Auto Trait Implementations§
impl Freeze for PublicGetDeliveryPricesResponseData
impl RefUnwindSafe for PublicGetDeliveryPricesResponseData
impl Send for PublicGetDeliveryPricesResponseData
impl Sync for PublicGetDeliveryPricesResponseData
impl Unpin for PublicGetDeliveryPricesResponseData
impl UnwindSafe for PublicGetDeliveryPricesResponseData
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