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