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