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