pub struct AllMiniTickerStreamParams {
pub id: Option<u32>,
}Expand description
Request parameters for the [all_mini_ticker_stream] operation.
This struct holds all of the inputs you can pass when calling
all_mini_ticker_stream.
Fields§
§id: Option<u32>Unique WebSocket request ID.
This field is **optional.
Implementations§
Source§impl AllMiniTickerStreamParams
impl AllMiniTickerStreamParams
Sourcepub fn builder() -> AllMiniTickerStreamParamsBuilder
pub fn builder() -> AllMiniTickerStreamParamsBuilder
Create a builder for [all_mini_ticker_stream].
Trait Implementations§
Source§impl Clone for AllMiniTickerStreamParams
impl Clone for AllMiniTickerStreamParams
Source§fn clone(&self) -> AllMiniTickerStreamParams
fn clone(&self) -> AllMiniTickerStreamParams
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 AllMiniTickerStreamParams
impl Debug for AllMiniTickerStreamParams
Source§impl Default for AllMiniTickerStreamParams
impl Default for AllMiniTickerStreamParams
Source§fn default() -> AllMiniTickerStreamParams
fn default() -> AllMiniTickerStreamParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AllMiniTickerStreamParams
impl<'de> Deserialize<'de> for AllMiniTickerStreamParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AllMiniTickerStreamParams
impl RefUnwindSafe for AllMiniTickerStreamParams
impl Send for AllMiniTickerStreamParams
impl Sync for AllMiniTickerStreamParams
impl Unpin for AllMiniTickerStreamParams
impl UnsafeUnpin for AllMiniTickerStreamParams
impl UnwindSafe for AllMiniTickerStreamParams
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