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