pub struct AllMiniTickerParams {
pub id: Option<String>,
}Expand description
Request parameters for the [all_mini_ticker] operation.
This struct holds all of the inputs you can pass when calling
all_mini_ticker.
Fields§
§id: Option<String>Unique WebSocket request ID.
This field is **optional.
Implementations§
Source§impl AllMiniTickerParams
impl AllMiniTickerParams
Sourcepub fn builder() -> AllMiniTickerParamsBuilder
pub fn builder() -> AllMiniTickerParamsBuilder
Create a builder for [all_mini_ticker].
Trait Implementations§
Source§impl Clone for AllMiniTickerParams
impl Clone for AllMiniTickerParams
Source§fn clone(&self) -> AllMiniTickerParams
fn clone(&self) -> AllMiniTickerParams
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 AllMiniTickerParams
impl Debug for AllMiniTickerParams
Source§impl Default for AllMiniTickerParams
impl Default for AllMiniTickerParams
Source§fn default() -> AllMiniTickerParams
fn default() -> AllMiniTickerParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AllMiniTickerParams
impl RefUnwindSafe for AllMiniTickerParams
impl Send for AllMiniTickerParams
impl Sync for AllMiniTickerParams
impl Unpin for AllMiniTickerParams
impl UnsafeUnpin for AllMiniTickerParams
impl UnwindSafe for AllMiniTickerParams
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