pub struct CryptoTradesParams {
pub start: Option<DateTime<Utc>>,
pub end: Option<DateTime<Utc>>,
pub page_token: Option<String>,
pub limit: Option<u32>,
pub sort: Option<String>,
}Fields§
§start: Option<DateTime<Utc>>§end: Option<DateTime<Utc>>§page_token: Option<String>§limit: Option<u32>§sort: Option<String>Trait Implementations§
Source§impl Debug for CryptoTradesParams
impl Debug for CryptoTradesParams
Source§impl<'de> Deserialize<'de> for CryptoTradesParams
impl<'de> Deserialize<'de> for CryptoTradesParams
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 CryptoTradesParams
impl RefUnwindSafe for CryptoTradesParams
impl Send for CryptoTradesParams
impl Sync for CryptoTradesParams
impl Unpin for CryptoTradesParams
impl UnwindSafe for CryptoTradesParams
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