pub enum LegalRestrictions1Code {
CodeUSLE,
CodeNORE,
CodeREST,
}Variants§
Implementations§
Source§impl LegalRestrictions1Code
impl LegalRestrictions1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LegalRestrictions1Code
impl RefUnwindSafe for LegalRestrictions1Code
impl Send for LegalRestrictions1Code
impl Sync for LegalRestrictions1Code
impl Unpin for LegalRestrictions1Code
impl UnwindSafe for LegalRestrictions1Code
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