pub struct GetTickersParams {
pub category: Category,
pub symbol: Option<String>,
pub base_coin: Option<String>,
pub exp_date: Option<String>,
}Fields§
§category: Category§symbol: Option<String>§base_coin: Option<String>§exp_date: Option<String>Trait Implementations§
Source§impl Clone for GetTickersParams
impl Clone for GetTickersParams
Source§fn clone(&self) -> GetTickersParams
fn clone(&self) -> GetTickersParams
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 GetTickersParams
impl Debug for GetTickersParams
Auto Trait Implementations§
impl Freeze for GetTickersParams
impl RefUnwindSafe for GetTickersParams
impl Send for GetTickersParams
impl Sync for GetTickersParams
impl Unpin for GetTickersParams
impl UnsafeUnpin for GetTickersParams
impl UnwindSafe for GetTickersParams
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