pub struct GetShippingLabelOutput {
pub shipping_label_url: Option<String>,
pub warning: Option<String>,
}Fields§
§shipping_label_url: Option<String>§warning: Option<String>Trait Implementations§
Source§impl Clone for GetShippingLabelOutput
impl Clone for GetShippingLabelOutput
Source§fn clone(&self) -> GetShippingLabelOutput
fn clone(&self) -> GetShippingLabelOutput
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 GetShippingLabelOutput
impl Debug for GetShippingLabelOutput
Source§impl Default for GetShippingLabelOutput
impl Default for GetShippingLabelOutput
Source§fn default() -> GetShippingLabelOutput
fn default() -> GetShippingLabelOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetShippingLabelOutput
impl PartialEq for GetShippingLabelOutput
impl StructuralPartialEq for GetShippingLabelOutput
Auto Trait Implementations§
impl Freeze for GetShippingLabelOutput
impl RefUnwindSafe for GetShippingLabelOutput
impl Send for GetShippingLabelOutput
impl Sync for GetShippingLabelOutput
impl Unpin for GetShippingLabelOutput
impl UnwindSafe for GetShippingLabelOutput
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