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