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