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