pub struct TradesSubscription {
pub channel: String,
pub symbol: Vec<String>,
pub snapshot: Option<bool>,
}
Fields§
§channel: String
§symbol: Vec<String>
§snapshot: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for TradesSubscription
impl Clone for TradesSubscription
Source§fn clone(&self) -> TradesSubscription
fn clone(&self) -> TradesSubscription
Returns a copy of the value. Read more
1.0.0 · 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 TradesSubscription
impl Debug for TradesSubscription
Auto Trait Implementations§
impl Freeze for TradesSubscription
impl RefUnwindSafe for TradesSubscription
impl Send for TradesSubscription
impl Sync for TradesSubscription
impl Unpin for TradesSubscription
impl UnwindSafe for TradesSubscription
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