pub enum AccountV5 {
Show 14 variants
Balance,
UpgradeToUTA,
BorrowHistory,
RepayLiability,
SetCollateral,
BatchSetCollateral,
CollateralInfo,
CoinGreeks,
FeeRate,
Information,
TransactionLog,
SetMarginMode,
SMPGroupID,
SetSpotHedging,
}Variants§
Balance
UpgradeToUTA
BorrowHistory
RepayLiability
SetCollateral
BatchSetCollateral
CollateralInfo
CoinGreeks
FeeRate
Information
TransactionLog
SetMarginMode
SMPGroupID
SetSpotHedging
Auto Trait Implementations§
impl Freeze for AccountV5
impl RefUnwindSafe for AccountV5
impl Send for AccountV5
impl Sync for AccountV5
impl Unpin for AccountV5
impl UnsafeUnpin for AccountV5
impl UnwindSafe for AccountV5
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