pub struct AlphaRestApi {}Expand description
Represents the Alpha REST API client for interacting with the Binance Alpha REST API.
This struct provides methods to create REST API clients for production environments.
Implementations§
Source§impl AlphaRestApi
impl AlphaRestApi
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 AlphaRestApi
impl RefUnwindSafe for AlphaRestApi
impl Send for AlphaRestApi
impl Sync for AlphaRestApi
impl Unpin for AlphaRestApi
impl UnsafeUnpin for AlphaRestApi
impl UnwindSafe for AlphaRestApi
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