pub struct C2CApiClient { /* private fields */ }Implementations§
Source§impl C2CApiClient
impl C2CApiClient
pub fn new(configuration: ConfigurationRestApi) -> Self
Trait Implementations§
Source§impl C2CApi for C2CApiClient
impl C2CApi for C2CApiClient
fn get_c2_c_trade_history<'life0, 'async_trait>(
&'life0 self,
params: GetC2CTradeHistoryParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<GetC2CTradeHistoryResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Source§impl Clone for C2CApiClient
impl Clone for C2CApiClient
Source§fn clone(&self) -> C2CApiClient
fn clone(&self) -> C2CApiClient
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 moreAuto Trait Implementations§
impl !Freeze for C2CApiClient
impl !RefUnwindSafe for C2CApiClient
impl !UnwindSafe for C2CApiClient
impl Send for C2CApiClient
impl Sync for C2CApiClient
impl Unpin for C2CApiClient
impl UnsafeUnpin for C2CApiClient
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