pub enum Sapi {
AllCoins,
AssetDetail,
DepositAddress,
SpotFuturesTransfer,
}
Variants§
Auto Trait Implementations§
impl Freeze for Sapi
impl RefUnwindSafe for Sapi
impl Send for Sapi
impl Sync for Sapi
impl Unpin for Sapi
impl UnwindSafe for Sapi
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