pub struct margin_account {}
Implementations§
Source§impl margin_account
impl margin_account
pub fn get(margin_account_state: AccountState) -> MarginAccount
pub fn default() -> MarginAccount
pub fn partial_1(margin_account_state: AccountState) -> MarginAccount
Auto Trait Implementations§
impl Freeze for margin_account
impl RefUnwindSafe for margin_account
impl Send for margin_account
impl Sync for margin_account
impl Unpin for margin_account
impl UnwindSafe for margin_account
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