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