pub struct CryptoQuotesParams {
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 CryptoQuotesParams
impl Debug for CryptoQuotesParams
Source§impl<'de> Deserialize<'de> for CryptoQuotesParams
impl<'de> Deserialize<'de> for CryptoQuotesParams
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 CryptoQuotesParams
impl RefUnwindSafe for CryptoQuotesParams
impl Send for CryptoQuotesParams
impl Sync for CryptoQuotesParams
impl Unpin for CryptoQuotesParams
impl UnwindSafe for CryptoQuotesParams
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