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