pub struct OthersApiClient { /* private fields */ }Implementations§
Source§impl OthersApiClient
impl OthersApiClient
pub fn new(configuration: ConfigurationRestApi) -> Self
Trait Implementations§
Source§impl Clone for OthersApiClient
impl Clone for OthersApiClient
Source§fn clone(&self) -> OthersApiClient
fn clone(&self) -> OthersApiClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OthersApiClient
impl Debug for OthersApiClient
Source§impl OthersApi for OthersApiClient
impl OthersApi for OthersApiClient
fn get_symbols_delist_schedule_for_spot<'life0, 'async_trait>(
&'life0 self,
params: GetSymbolsDelistScheduleForSpotParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<Vec<GetSymbolsDelistScheduleForSpotResponseInner>>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn system_status<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<SystemStatusResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !Freeze for OthersApiClient
impl !RefUnwindSafe for OthersApiClient
impl !UnwindSafe for OthersApiClient
impl Send for OthersApiClient
impl Sync for OthersApiClient
impl Unpin for OthersApiClient
impl UnsafeUnpin for OthersApiClient
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