pub enum OrganisationType1Code {
CodeIFUN,
CodePRIV,
CodePUBL,
CodePFUN,
}Variants§
Implementations§
Source§impl OrganisationType1Code
impl OrganisationType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for OrganisationType1Code
impl RefUnwindSafe for OrganisationType1Code
impl Send for OrganisationType1Code
impl Sync for OrganisationType1Code
impl Unpin for OrganisationType1Code
impl UnwindSafe for OrganisationType1Code
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