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