Struct amazon_sp_merchant_fulfillment::models::terms_and_conditions_not_accepted_carrier::TermsAndConditionsNotAcceptedCarrier
source · [−]pub struct TermsAndConditionsNotAcceptedCarrier {
pub carrier_name: String,
}Expand description
TermsAndConditionsNotAcceptedCarrier : A carrier whose terms and conditions have not been accepted by the seller.
Fields
carrier_name: StringThe name of the carrier.
Implementations
sourceimpl TermsAndConditionsNotAcceptedCarrier
impl TermsAndConditionsNotAcceptedCarrier
sourcepub fn new(carrier_name: String) -> TermsAndConditionsNotAcceptedCarrier
pub fn new(carrier_name: String) -> TermsAndConditionsNotAcceptedCarrier
A carrier whose terms and conditions have not been accepted by the seller.
Trait Implementations
sourceimpl Clone for TermsAndConditionsNotAcceptedCarrier
impl Clone for TermsAndConditionsNotAcceptedCarrier
sourcefn clone(&self) -> TermsAndConditionsNotAcceptedCarrier
fn clone(&self) -> TermsAndConditionsNotAcceptedCarrier
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 TermsAndConditionsNotAcceptedCarrier
impl Default for TermsAndConditionsNotAcceptedCarrier
sourcefn default() -> TermsAndConditionsNotAcceptedCarrier
fn default() -> TermsAndConditionsNotAcceptedCarrier
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for TermsAndConditionsNotAcceptedCarrier
impl<'de> Deserialize<'de> for TermsAndConditionsNotAcceptedCarrier
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<TermsAndConditionsNotAcceptedCarrier> for TermsAndConditionsNotAcceptedCarrier
impl PartialEq<TermsAndConditionsNotAcceptedCarrier> for TermsAndConditionsNotAcceptedCarrier
sourcefn eq(&self, other: &TermsAndConditionsNotAcceptedCarrier) -> bool
fn eq(&self, other: &TermsAndConditionsNotAcceptedCarrier) -> bool
impl StructuralPartialEq for TermsAndConditionsNotAcceptedCarrier
Auto Trait Implementations
impl RefUnwindSafe for TermsAndConditionsNotAcceptedCarrier
impl Send for TermsAndConditionsNotAcceptedCarrier
impl Sync for TermsAndConditionsNotAcceptedCarrier
impl Unpin for TermsAndConditionsNotAcceptedCarrier
impl UnwindSafe for TermsAndConditionsNotAcceptedCarrier
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