pub enum OrganisationLegalStatus1Code {
Show 13 variants
CodeCIOC,
CodeCHAR,
CodeCICC,
CodeGENP,
CodeIAPS,
CodeLLPP,
CodePCLG,
CodeLIMP,
CodePCLS,
CodePCLC,
CodeSOLE,
CodeUNLC,
CodeUNLT,
}Variants§
CodeCIOC
CodeCHAR
CodeCICC
CodeGENP
CodeIAPS
CodeLLPP
CodePCLG
CodeLIMP
CodePCLS
CodePCLC
CodeSOLE
CodeUNLC
CodeUNLT
Implementations§
Source§impl OrganisationLegalStatus1Code
impl OrganisationLegalStatus1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OrganisationLegalStatus1Code
impl RefUnwindSafe for OrganisationLegalStatus1Code
impl Send for OrganisationLegalStatus1Code
impl Sync for OrganisationLegalStatus1Code
impl Unpin for OrganisationLegalStatus1Code
impl UnwindSafe for OrganisationLegalStatus1Code
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