pub struct MarginAccount1 {
pub id: PartyIdentification118Choice,
pub pos_acct: Vec<PositionAccount1>,
}Fields§
§id: PartyIdentification118Choice§pos_acct: Vec<PositionAccount1>Implementations§
Source§impl MarginAccount1
impl MarginAccount1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MarginAccount1
impl RefUnwindSafe for MarginAccount1
impl Send for MarginAccount1
impl Sync for MarginAccount1
impl Unpin for MarginAccount1
impl UnwindSafe for MarginAccount1
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