pub struct IssuingCardShippingCustoms {
pub eori_number: Option<String>,
}
Fields§
§eori_number: Option<String>
A registration number used for customs in Europe. See https://www.gov.uk/eori for the UK and https://ec.europa.eu/taxation_customs/business/customs-procedures-import-and-export/customs-procedures/economic-operators-registration-and-identification-number-eori_en for the EU.
Trait Implementations§
Source§impl Clone for IssuingCardShippingCustoms
impl Clone for IssuingCardShippingCustoms
Source§fn clone(&self) -> IssuingCardShippingCustoms
fn clone(&self) -> IssuingCardShippingCustoms
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 IssuingCardShippingCustoms
impl Debug for IssuingCardShippingCustoms
Source§impl FromValueOpt for IssuingCardShippingCustoms
impl FromValueOpt for IssuingCardShippingCustoms
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for IssuingCardShippingCustoms
impl RefUnwindSafe for IssuingCardShippingCustoms
impl Send for IssuingCardShippingCustoms
impl Sync for IssuingCardShippingCustoms
impl Unpin for IssuingCardShippingCustoms
impl UnwindSafe for IssuingCardShippingCustoms
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