pub enum ExternalDocumentLineType1Code {
Show 20 variants
Adpi,
Aisb,
Asnb,
Ctnb,
Dbsp,
Eann,
Einb,
Gsnb,
Hibc,
Isbn,
Ltnb,
Mdnb,
Prnb,
Ptcd,
Sknb,
Stnb,
Tonb,
Upcc,
Upnb,
Unknown,
}Variants§
Adpi
Aisb
Asnb
Ctnb
Dbsp
Eann
Einb
Gsnb
Hibc
Isbn
Ltnb
Mdnb
Prnb
Ptcd
Sknb
Stnb
Tonb
Upcc
Upnb
Unknown
Trait Implementations§
Source§impl Clone for ExternalDocumentLineType1Code
impl Clone for ExternalDocumentLineType1Code
Source§fn clone(&self) -> ExternalDocumentLineType1Code
fn clone(&self) -> ExternalDocumentLineType1Code
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 ExternalDocumentLineType1Code
impl Default for ExternalDocumentLineType1Code
Source§fn default() -> ExternalDocumentLineType1Code
fn default() -> ExternalDocumentLineType1Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalDocumentLineType1Code
impl<'de> Deserialize<'de> for ExternalDocumentLineType1Code
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 ExternalDocumentLineType1Code
Auto Trait Implementations§
impl Freeze for ExternalDocumentLineType1Code
impl RefUnwindSafe for ExternalDocumentLineType1Code
impl Send for ExternalDocumentLineType1Code
impl Sync for ExternalDocumentLineType1Code
impl Unpin for ExternalDocumentLineType1Code
impl UnsafeUnpin for ExternalDocumentLineType1Code
impl UnwindSafe for ExternalDocumentLineType1Code
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