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