pub struct GetRecentTradesParams { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for GetRecentTradesParams
impl Debug for GetRecentTradesParams
Source§impl PartialEq for GetRecentTradesParams
impl PartialEq for GetRecentTradesParams
Source§fn eq(&self, other: &GetRecentTradesParams) -> bool
fn eq(&self, other: &GetRecentTradesParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetRecentTradesParams
impl Serialize for GetRecentTradesParams
impl StructuralPartialEq for GetRecentTradesParams
Auto Trait Implementations§
impl Freeze for GetRecentTradesParams
impl RefUnwindSafe for GetRecentTradesParams
impl Send for GetRecentTradesParams
impl Sync for GetRecentTradesParams
impl Unpin for GetRecentTradesParams
impl UnsafeUnpin for GetRecentTradesParams
impl UnwindSafe for GetRecentTradesParams
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