pub struct SecurityClassificationType2Choice {
pub cfi: Option<String>,
pub altrn_clssfctn: Option<GenericIdentification3>,
}Fields§
§cfi: Option<String>§altrn_clssfctn: Option<GenericIdentification3>Implementations§
Source§impl SecurityClassificationType2Choice
impl SecurityClassificationType2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for SecurityClassificationType2Choice
impl RefUnwindSafe for SecurityClassificationType2Choice
impl Send for SecurityClassificationType2Choice
impl Sync for SecurityClassificationType2Choice
impl Unpin for SecurityClassificationType2Choice
impl UnwindSafe for SecurityClassificationType2Choice
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