pub enum FinancialPartySectorType3Code {
CodeAIFD,
CodeCSDS,
CodeCCPS,
CodeCDTI,
CodeINUN,
CodeORPI,
CodeINVF,
CodeREIN,
CodeUCIT,
CodeASSU,
CodeOTHR,
}Variants§
Implementations§
Source§impl FinancialPartySectorType3Code
impl FinancialPartySectorType3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FinancialPartySectorType3Code
impl RefUnwindSafe for FinancialPartySectorType3Code
impl Send for FinancialPartySectorType3Code
impl Sync for FinancialPartySectorType3Code
impl Unpin for FinancialPartySectorType3Code
impl UnwindSafe for FinancialPartySectorType3Code
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