Struct amazon_sp_merchant_fulfillment::models::label_format_option_request::LabelFormatOptionRequest
source · [−]Expand description
LabelFormatOptionRequest : Whether to include a packing slip.
Fields
include_packing_slip_with_label: Option<bool>When true, include a packing slip with the label.
Implementations
sourceimpl LabelFormatOptionRequest
impl LabelFormatOptionRequest
sourcepub fn new() -> LabelFormatOptionRequest
pub fn new() -> LabelFormatOptionRequest
Whether to include a packing slip.
Trait Implementations
sourceimpl Clone for LabelFormatOptionRequest
impl Clone for LabelFormatOptionRequest
sourcefn clone(&self) -> LabelFormatOptionRequest
fn clone(&self) -> LabelFormatOptionRequest
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 Debug for LabelFormatOptionRequest
impl Debug for LabelFormatOptionRequest
sourceimpl Default for LabelFormatOptionRequest
impl Default for LabelFormatOptionRequest
sourcefn default() -> LabelFormatOptionRequest
fn default() -> LabelFormatOptionRequest
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for LabelFormatOptionRequest
impl<'de> Deserialize<'de> for LabelFormatOptionRequest
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<LabelFormatOptionRequest> for LabelFormatOptionRequest
impl PartialEq<LabelFormatOptionRequest> for LabelFormatOptionRequest
sourcefn eq(&self, other: &LabelFormatOptionRequest) -> bool
fn eq(&self, other: &LabelFormatOptionRequest) -> bool
sourceimpl Serialize for LabelFormatOptionRequest
impl Serialize for LabelFormatOptionRequest
impl StructuralPartialEq for LabelFormatOptionRequest
Auto Trait Implementations
impl RefUnwindSafe for LabelFormatOptionRequest
impl Send for LabelFormatOptionRequest
impl Sync for LabelFormatOptionRequest
impl Unpin for LabelFormatOptionRequest
impl UnwindSafe for LabelFormatOptionRequest
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