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