Struct amazon_sp_fulfillment_inbound::models::inbound_shipment_result::InboundShipmentResult
source · [−]pub struct InboundShipmentResult {
pub shipment_id: String,
}Fields
shipment_id: StringThe shipment identifier submitted in the request.
Implementations
sourceimpl InboundShipmentResult
impl InboundShipmentResult
pub fn new(shipment_id: String) -> InboundShipmentResult
Trait Implementations
sourceimpl Clone for InboundShipmentResult
impl Clone for InboundShipmentResult
sourcefn clone(&self) -> InboundShipmentResult
fn clone(&self) -> InboundShipmentResult
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 InboundShipmentResult
impl Debug for InboundShipmentResult
sourceimpl Default for InboundShipmentResult
impl Default for InboundShipmentResult
sourcefn default() -> InboundShipmentResult
fn default() -> InboundShipmentResult
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for InboundShipmentResult
impl<'de> Deserialize<'de> for InboundShipmentResult
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<InboundShipmentResult> for InboundShipmentResult
impl PartialEq<InboundShipmentResult> for InboundShipmentResult
sourcefn eq(&self, other: &InboundShipmentResult) -> bool
fn eq(&self, other: &InboundShipmentResult) -> bool
sourceimpl Serialize for InboundShipmentResult
impl Serialize for InboundShipmentResult
impl StructuralPartialEq for InboundShipmentResult
Auto Trait Implementations
impl RefUnwindSafe for InboundShipmentResult
impl Send for InboundShipmentResult
impl Sync for InboundShipmentResult
impl Unpin for InboundShipmentResult
impl UnwindSafe for InboundShipmentResult
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