pub struct WalletRestApi {}Expand description
Represents the Wallet REST API client for interacting with the Binance Wallet REST API.
This struct provides methods to create REST API clients for production environments.
Implementations§
Source§impl WalletRestApi
impl WalletRestApi
Sourcepub fn from_config(config: ConfigurationRestApi) -> RestApi
pub fn from_config(config: ConfigurationRestApi) -> RestApi
Sourcepub fn production(config: ConfigurationRestApi) -> RestApi
pub fn production(config: ConfigurationRestApi) -> RestApi
Auto Trait Implementations§
impl Freeze for WalletRestApi
impl RefUnwindSafe for WalletRestApi
impl Send for WalletRestApi
impl Sync for WalletRestApi
impl Unpin for WalletRestApi
impl UnsafeUnpin for WalletRestApi
impl UnwindSafe for WalletRestApi
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