pub enum Account {
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 Account
impl RefUnwindSafe for Account
impl Send for Account
impl Sync for Account
impl Unpin for Account
impl UnwindSafe for 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