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