Struct bybit::account::AccountManager
source · pub struct AccountManager {
pub client: Client,
pub recv_window: u64,
}Fields§
§client: Client§recv_window: u64Implementations§
source§impl AccountManager
impl AccountManager
pub async fn get_wallet_balance<'a>( &self, req: WalletRequest<'a> ) -> Result<Value>
pub async fn get_account_info(&self) -> Result<Value>
pub async fn get_collateral_info(&self, coin: String) -> Result<Value>
pub async fn get_fee_rate( &self, category: Category, symbol: Option<String> ) -> Result<Value>
Trait Implementations§
source§impl Bybit for AccountManager
impl Bybit for AccountManager
source§impl Clone for AccountManager
impl Clone for AccountManager
source§fn clone(&self) -> AccountManager
fn clone(&self) -> AccountManager
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for AccountManager
impl Send for AccountManager
impl Sync for AccountManager
impl Unpin for AccountManager
impl !UnwindSafe for AccountManager
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