pub struct IntraDayMarginCall1 {
pub mrgn_acct_id: GenericIdentification165,
pub intra_day_call: ActiveCurrencyAndAmount,
pub tm_stmp: String,
}Fields§
§mrgn_acct_id: GenericIdentification165§intra_day_call: ActiveCurrencyAndAmount§tm_stmp: StringImplementations§
Source§impl IntraDayMarginCall1
impl IntraDayMarginCall1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for IntraDayMarginCall1
impl RefUnwindSafe for IntraDayMarginCall1
impl Send for IntraDayMarginCall1
impl Sync for IntraDayMarginCall1
impl Unpin for IntraDayMarginCall1
impl UnwindSafe for IntraDayMarginCall1
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