pub struct TransportationLabels {
pub pagination: Option<Box<Pagination>>,
pub transport_labels: Option<Vec<TransportLabel>>,
}Expand description
TransportationLabels : The request schema for the GetShipmentLabels operation.
Fields§
§pagination: Option<Box<Pagination>>§transport_labels: Option<Vec<TransportLabel>>A list of one or more ShipmentLabels.
Implementations§
Source§impl TransportationLabels
impl TransportationLabels
Sourcepub fn new() -> TransportationLabels
pub fn new() -> TransportationLabels
The request schema for the GetShipmentLabels operation.
Trait Implementations§
Source§impl Clone for TransportationLabels
impl Clone for TransportationLabels
Source§fn clone(&self) -> TransportationLabels
fn clone(&self) -> TransportationLabels
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 TransportationLabels
impl Debug for TransportationLabels
Source§impl Default for TransportationLabels
impl Default for TransportationLabels
Source§fn default() -> TransportationLabels
fn default() -> TransportationLabels
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TransportationLabels
impl<'de> Deserialize<'de> for TransportationLabels
Source§fn 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
Source§impl PartialEq for TransportationLabels
impl PartialEq for TransportationLabels
Source§impl Serialize for TransportationLabels
impl Serialize for TransportationLabels
impl StructuralPartialEq for TransportationLabels
Auto Trait Implementations§
impl Freeze for TransportationLabels
impl RefUnwindSafe for TransportationLabels
impl Send for TransportationLabels
impl Sync for TransportationLabels
impl Unpin for TransportationLabels
impl UnsafeUnpin for TransportationLabels
impl UnwindSafe for TransportationLabels
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