pub struct UserStream {
pub client: Client,
pub recv_window: u64,
}Fields§
§client: Client§recv_window: u64Implementations§
Trait Implementations§
Source§impl Binance for UserStream
impl Binance for UserStream
Source§impl Clone for UserStream
impl Clone for UserStream
Source§fn clone(&self) -> UserStream
fn clone(&self) -> UserStream
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 !RefUnwindSafe for UserStream
impl !UnwindSafe for UserStream
impl Freeze for UserStream
impl Send for UserStream
impl Sync for UserStream
impl Unpin for UserStream
impl UnsafeUnpin for UserStream
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