Struct binance_async::model::UserDataStream [−][src]
pub struct UserDataStream {
pub listen_key: String,
}Fields
listen_key: String
Trait Implementations
impl Debug for UserDataStream[src]
impl Debug for UserDataStreamfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for UserDataStream[src]
impl Clone for UserDataStreamfn clone(&self) -> UserDataStream[src]
fn clone(&self) -> UserDataStreamReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for UserDataStream
impl Send for UserDataStreamimpl Sync for UserDataStream
impl Sync for UserDataStream