pub enum ExternalOrganisationIdentification1Code {
Show 15 variants
Bank,
Cbid,
Chid,
Cinc,
Coid,
Cust,
Duns,
Empl,
Gs1G,
Sren,
Sret,
Txid,
Bdid,
Boid,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for ExternalOrganisationIdentification1Code
impl Clone for ExternalOrganisationIdentification1Code
Source§fn clone(&self) -> ExternalOrganisationIdentification1Code
fn clone(&self) -> ExternalOrganisationIdentification1Code
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ExternalOrganisationIdentification1Code
impl Default for ExternalOrganisationIdentification1Code
Source§fn default() -> ExternalOrganisationIdentification1Code
fn default() -> ExternalOrganisationIdentification1Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalOrganisationIdentification1Code
impl<'de> Deserialize<'de> for ExternalOrganisationIdentification1Code
Source§fn 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
impl StructuralPartialEq for ExternalOrganisationIdentification1Code
Auto Trait Implementations§
impl Freeze for ExternalOrganisationIdentification1Code
impl RefUnwindSafe for ExternalOrganisationIdentification1Code
impl Send for ExternalOrganisationIdentification1Code
impl Sync for ExternalOrganisationIdentification1Code
impl Unpin for ExternalOrganisationIdentification1Code
impl UnsafeUnpin for ExternalOrganisationIdentification1Code
impl UnwindSafe for ExternalOrganisationIdentification1Code
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