Struct amazon_sp_vendor_shipments::models::container_identification::ContainerIdentification
source · [−]pub struct ContainerIdentification {
pub container_identification_type: ContainerIdentificationType,
pub container_identification_number: String,
}Fields
container_identification_type: ContainerIdentificationTypeThe container identification type.
container_identification_number: StringContainer identification number that adheres to the definition of the container identification type.
Implementations
sourceimpl ContainerIdentification
impl ContainerIdentification
pub fn new(
container_identification_type: ContainerIdentificationType,
container_identification_number: String
) -> ContainerIdentification
Trait Implementations
sourceimpl Clone for ContainerIdentification
impl Clone for ContainerIdentification
sourcefn clone(&self) -> ContainerIdentification
fn clone(&self) -> ContainerIdentification
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 ContainerIdentification
impl Debug for ContainerIdentification
sourceimpl Default for ContainerIdentification
impl Default for ContainerIdentification
sourcefn default() -> ContainerIdentification
fn default() -> ContainerIdentification
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ContainerIdentification
impl<'de> Deserialize<'de> for ContainerIdentification
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<ContainerIdentification> for ContainerIdentification
impl PartialEq<ContainerIdentification> for ContainerIdentification
sourcefn eq(&self, other: &ContainerIdentification) -> bool
fn eq(&self, other: &ContainerIdentification) -> bool
sourceimpl Serialize for ContainerIdentification
impl Serialize for ContainerIdentification
impl StructuralPartialEq for ContainerIdentification
Auto Trait Implementations
impl RefUnwindSafe for ContainerIdentification
impl Send for ContainerIdentification
impl Sync for ContainerIdentification
impl Unpin for ContainerIdentification
impl UnwindSafe for ContainerIdentification
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