Expand description
CreateShipmentResult : The payload schema for the createShipment operation.
Fields
shipment_id: StringThe unique shipment identifier.
eligible_rates: Vec<Rate>A list of all the available rates that can be used to send the shipment.
Implementations
Trait Implementations
sourceimpl Clone for CreateShipmentResult
impl Clone for CreateShipmentResult
sourcefn clone(&self) -> CreateShipmentResult
fn clone(&self) -> CreateShipmentResult
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 CreateShipmentResult
impl Debug for CreateShipmentResult
sourceimpl Default for CreateShipmentResult
impl Default for CreateShipmentResult
sourcefn default() -> CreateShipmentResult
fn default() -> CreateShipmentResult
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CreateShipmentResult
impl<'de> Deserialize<'de> for CreateShipmentResult
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<CreateShipmentResult> for CreateShipmentResult
impl PartialEq<CreateShipmentResult> for CreateShipmentResult
sourcefn eq(&self, other: &CreateShipmentResult) -> bool
fn eq(&self, other: &CreateShipmentResult) -> bool
sourceimpl Serialize for CreateShipmentResult
impl Serialize for CreateShipmentResult
impl StructuralPartialEq for CreateShipmentResult
Auto Trait Implementations
impl RefUnwindSafe for CreateShipmentResult
impl Send for CreateShipmentResult
impl Sync for CreateShipmentResult
impl Unpin for CreateShipmentResult
impl UnwindSafe for CreateShipmentResult
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