Struct amazon_sp_merchant_fulfillment::models::available_shipping_service_options::AvailableShippingServiceOptions
source · [−]pub struct AvailableShippingServiceOptions {
pub available_carrier_will_pick_up_options: Vec<AvailableCarrierWillPickUpOption>,
pub available_delivery_experience_options: Vec<AvailableDeliveryExperienceOption>,
}Expand description
AvailableShippingServiceOptions : The available shipping service options.
Fields
available_carrier_will_pick_up_options: Vec<AvailableCarrierWillPickUpOption>List of available carrier pickup options.
available_delivery_experience_options: Vec<AvailableDeliveryExperienceOption>List of available delivery experience options.
Implementations
sourceimpl AvailableShippingServiceOptions
impl AvailableShippingServiceOptions
sourcepub fn new(
available_carrier_will_pick_up_options: Vec<AvailableCarrierWillPickUpOption>,
available_delivery_experience_options: Vec<AvailableDeliveryExperienceOption>
) -> AvailableShippingServiceOptions
pub fn new(
available_carrier_will_pick_up_options: Vec<AvailableCarrierWillPickUpOption>,
available_delivery_experience_options: Vec<AvailableDeliveryExperienceOption>
) -> AvailableShippingServiceOptions
The available shipping service options.
Trait Implementations
sourceimpl Clone for AvailableShippingServiceOptions
impl Clone for AvailableShippingServiceOptions
sourcefn clone(&self) -> AvailableShippingServiceOptions
fn clone(&self) -> AvailableShippingServiceOptions
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 Default for AvailableShippingServiceOptions
impl Default for AvailableShippingServiceOptions
sourcefn default() -> AvailableShippingServiceOptions
fn default() -> AvailableShippingServiceOptions
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AvailableShippingServiceOptions
impl<'de> Deserialize<'de> for AvailableShippingServiceOptions
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<AvailableShippingServiceOptions> for AvailableShippingServiceOptions
impl PartialEq<AvailableShippingServiceOptions> for AvailableShippingServiceOptions
sourcefn eq(&self, other: &AvailableShippingServiceOptions) -> bool
fn eq(&self, other: &AvailableShippingServiceOptions) -> bool
impl StructuralPartialEq for AvailableShippingServiceOptions
Auto Trait Implementations
impl RefUnwindSafe for AvailableShippingServiceOptions
impl Send for AvailableShippingServiceOptions
impl Sync for AvailableShippingServiceOptions
impl Unpin for AvailableShippingServiceOptions
impl UnwindSafe for AvailableShippingServiceOptions
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