pub struct RiskDataStreamApiClient { /* private fields */ }Implementations§
Source§impl RiskDataStreamApiClient
impl RiskDataStreamApiClient
pub fn new(configuration: ConfigurationRestApi) -> Self
Trait Implementations§
Source§impl Clone for RiskDataStreamApiClient
impl Clone for RiskDataStreamApiClient
Source§fn clone(&self) -> RiskDataStreamApiClient
fn clone(&self) -> RiskDataStreamApiClient
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 RiskDataStreamApiClient
impl Debug for RiskDataStreamApiClient
Source§impl RiskDataStreamApi for RiskDataStreamApiClient
impl RiskDataStreamApi for RiskDataStreamApiClient
fn close_user_data_stream<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<Value>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn keepalive_user_data_stream<'life0, 'async_trait>(
&'life0 self,
params: KeepaliveUserDataStreamParams,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<Value>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn start_user_data_stream<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<RestApiResponse<StartUserDataStreamResponse>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !Freeze for RiskDataStreamApiClient
impl !RefUnwindSafe for RiskDataStreamApiClient
impl !UnwindSafe for RiskDataStreamApiClient
impl Send for RiskDataStreamApiClient
impl Sync for RiskDataStreamApiClient
impl Unpin for RiskDataStreamApiClient
impl UnsafeUnpin for RiskDataStreamApiClient
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