pub struct GetShippingLabelInput {
pub api_version: Option<String>,
pub city: Option<String>,
pub company: Option<String>,
pub country: Option<String>,
pub job_ids: Vec<String>,
pub name: Option<String>,
pub phone_number: Option<String>,
pub postal_code: Option<String>,
pub state_or_province: Option<String>,
pub street_1: Option<String>,
pub street_2: Option<String>,
pub street_3: Option<String>,
}Fields§
§api_version: Option<String>§city: Option<String>§company: Option<String>§country: Option<String>§job_ids: Vec<String>§name: Option<String>§phone_number: Option<String>§postal_code: Option<String>§state_or_province: Option<String>§street_1: Option<String>§street_2: Option<String>§street_3: Option<String>Trait Implementations§
Source§impl Clone for GetShippingLabelInput
impl Clone for GetShippingLabelInput
Source§fn clone(&self) -> GetShippingLabelInput
fn clone(&self) -> GetShippingLabelInput
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 Debug for GetShippingLabelInput
impl Debug for GetShippingLabelInput
Source§impl Default for GetShippingLabelInput
impl Default for GetShippingLabelInput
Source§fn default() -> GetShippingLabelInput
fn default() -> GetShippingLabelInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetShippingLabelInput
impl PartialEq for GetShippingLabelInput
impl StructuralPartialEq for GetShippingLabelInput
Auto Trait Implementations§
impl Freeze for GetShippingLabelInput
impl RefUnwindSafe for GetShippingLabelInput
impl Send for GetShippingLabelInput
impl Sync for GetShippingLabelInput
impl Unpin for GetShippingLabelInput
impl UnwindSafe for GetShippingLabelInput
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