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