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