Struct amazon_sp_vendor_direct_fulfillment_sandbox_test_data::models::party_identification::PartyIdentification
source · [−]pub struct PartyIdentification {
pub party_id: String,
}Expand description
PartyIdentification : The identification object for the party information. For example, warehouse code or vendor code. Please refer to specific party for more details.
Fields
party_id: StringAssigned identification for the party. For example, warehouse code or vendor code. Please refer to specific party for more details.
Implementations
sourceimpl PartyIdentification
impl PartyIdentification
sourcepub fn new(party_id: String) -> PartyIdentification
pub fn new(party_id: String) -> PartyIdentification
The identification object for the party information. For example, warehouse code or vendor code. Please refer to specific party for more details.
Trait Implementations
sourceimpl Clone for PartyIdentification
impl Clone for PartyIdentification
sourcefn clone(&self) -> PartyIdentification
fn clone(&self) -> PartyIdentification
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 PartyIdentification
impl Debug for PartyIdentification
sourceimpl Default for PartyIdentification
impl Default for PartyIdentification
sourcefn default() -> PartyIdentification
fn default() -> PartyIdentification
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for PartyIdentification
impl<'de> Deserialize<'de> for PartyIdentification
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<PartyIdentification> for PartyIdentification
impl PartialEq<PartyIdentification> for PartyIdentification
sourcefn eq(&self, other: &PartyIdentification) -> bool
fn eq(&self, other: &PartyIdentification) -> bool
sourceimpl Serialize for PartyIdentification
impl Serialize for PartyIdentification
impl StructuralPartialEq for PartyIdentification
Auto Trait Implementations
impl RefUnwindSafe for PartyIdentification
impl Send for PartyIdentification
impl Sync for PartyIdentification
impl Unpin for PartyIdentification
impl UnwindSafe for PartyIdentification
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