pub enum ExternalFinancialInstrumentIdentificationType1Code {
Show 25 variants
Belc,
Blom,
Cccd,
Cmed,
Comm,
Ctac,
Cusp,
Figc,
Figg,
Figi,
Isdu,
Isdx,
Lchd,
Occs,
Opra,
Rcmd,
Ricc,
Sedl,
Sicc,
Tikr,
Valo,
Wknr,
Ccdc,
Dtid,
Unknown,
}Variants§
Belc
Blom
Cccd
Cmed
Comm
Ctac
Cusp
Figc
Figg
Figi
Isdu
Isdx
Lchd
Occs
Opra
Rcmd
Ricc
Sedl
Sicc
Tikr
Valo
Wknr
Ccdc
Dtid
Unknown
Trait Implementations§
Source§impl Clone for ExternalFinancialInstrumentIdentificationType1Code
impl Clone for ExternalFinancialInstrumentIdentificationType1Code
Source§fn clone(&self) -> ExternalFinancialInstrumentIdentificationType1Code
fn clone(&self) -> ExternalFinancialInstrumentIdentificationType1Code
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 ExternalFinancialInstrumentIdentificationType1Code
impl Default for ExternalFinancialInstrumentIdentificationType1Code
Source§fn default() -> ExternalFinancialInstrumentIdentificationType1Code
fn default() -> ExternalFinancialInstrumentIdentificationType1Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalFinancialInstrumentIdentificationType1Code
impl<'de> Deserialize<'de> for ExternalFinancialInstrumentIdentificationType1Code
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 ExternalFinancialInstrumentIdentificationType1Code
Auto Trait Implementations§
impl Freeze for ExternalFinancialInstrumentIdentificationType1Code
impl RefUnwindSafe for ExternalFinancialInstrumentIdentificationType1Code
impl Send for ExternalFinancialInstrumentIdentificationType1Code
impl Sync for ExternalFinancialInstrumentIdentificationType1Code
impl Unpin for ExternalFinancialInstrumentIdentificationType1Code
impl UnsafeUnpin for ExternalFinancialInstrumentIdentificationType1Code
impl UnwindSafe for ExternalFinancialInstrumentIdentificationType1Code
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