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