pub struct InformationQualifierType1 {
pub is_frmtd: Option<bool>,
pub prty: Option<Priority1Code>,
}Fields§
§is_frmtd: Option<bool>§prty: Option<Priority1Code>Implementations§
Source§impl InformationQualifierType1
impl InformationQualifierType1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for InformationQualifierType1
impl RefUnwindSafe for InformationQualifierType1
impl Send for InformationQualifierType1
impl Sync for InformationQualifierType1
impl Unpin for InformationQualifierType1
impl UnwindSafe for InformationQualifierType1
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