pub struct LetterIntent1 {
pub lttr_intt_ref: String,
pub amt: Option<ActiveCurrencyAnd13DecimalAmount>,
pub start_dt: Option<String>,
pub end_dt: Option<String>,
}Fields§
§lttr_intt_ref: String§amt: Option<ActiveCurrencyAnd13DecimalAmount>§start_dt: Option<String>§end_dt: Option<String>Implementations§
Source§impl LetterIntent1
impl LetterIntent1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for LetterIntent1
impl RefUnwindSafe for LetterIntent1
impl Send for LetterIntent1
impl Sync for LetterIntent1
impl Unpin for LetterIntent1
impl UnwindSafe for LetterIntent1
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