pub struct LegalRestrictions5Choice {
pub cd: Option<LegalRestrictions2Code>,
pub prtry: Option<GenericIdentification30>,
}Fields§
§cd: Option<LegalRestrictions2Code>§prtry: Option<GenericIdentification30>Implementations§
Source§impl LegalRestrictions5Choice
impl LegalRestrictions5Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LegalRestrictions5Choice
impl RefUnwindSafe for LegalRestrictions5Choice
impl Send for LegalRestrictions5Choice
impl Sync for LegalRestrictions5Choice
impl Unpin for LegalRestrictions5Choice
impl UnwindSafe for LegalRestrictions5Choice
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