pub struct UserDataStreamApiClient { /* private fields */ }Implementations§
Source§impl UserDataStreamApiClient
impl UserDataStreamApiClient
pub fn new(configuration: ConfigurationRestApi) -> Self
Trait Implementations§
Source§impl Clone for UserDataStreamApiClient
impl Clone for UserDataStreamApiClient
Source§fn clone(&self) -> UserDataStreamApiClient
fn clone(&self) -> UserDataStreamApiClient
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 UserDataStreamApiClient
impl Debug for UserDataStreamApiClient
Source§impl UserDataStreamApi for UserDataStreamApiClient
impl UserDataStreamApi for UserDataStreamApiClient
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 UserDataStreamApiClient
impl !RefUnwindSafe for UserDataStreamApiClient
impl !UnwindSafe for UserDataStreamApiClient
impl Send for UserDataStreamApiClient
impl Sync for UserDataStreamApiClient
impl Unpin for UserDataStreamApiClient
impl UnsafeUnpin for UserDataStreamApiClient
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