pub struct ShippingRateDeliveryEstimateBound {
pub unit: ShippingRateDeliveryEstimateBoundUnit,
pub value: i64,
}Fields§
§unit: ShippingRateDeliveryEstimateBoundUnitA unit of time.
value: i64Must be greater than 0.
Trait Implementations§
Source§impl Clone for ShippingRateDeliveryEstimateBound
impl Clone for ShippingRateDeliveryEstimateBound
Source§fn clone(&self) -> ShippingRateDeliveryEstimateBound
fn clone(&self) -> ShippingRateDeliveryEstimateBound
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 FromValueOpt for ShippingRateDeliveryEstimateBound
impl FromValueOpt for ShippingRateDeliveryEstimateBound
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for ShippingRateDeliveryEstimateBound
impl RefUnwindSafe for ShippingRateDeliveryEstimateBound
impl Send for ShippingRateDeliveryEstimateBound
impl Sync for ShippingRateDeliveryEstimateBound
impl Unpin for ShippingRateDeliveryEstimateBound
impl UnwindSafe for ShippingRateDeliveryEstimateBound
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