pub struct GetTradesRequestQuery {
pub start_time: Option<DateTime<Utc>>,
pub end_time: Option<DateTime<Utc>>,
}Fields§
§start_time: Option<DateTime<Utc>>§end_time: Option<DateTime<Utc>>Trait Implementations§
Source§impl Debug for GetTradesRequestQuery
impl Debug for GetTradesRequestQuery
Auto Trait Implementations§
impl Freeze for GetTradesRequestQuery
impl RefUnwindSafe for GetTradesRequestQuery
impl Send for GetTradesRequestQuery
impl Sync for GetTradesRequestQuery
impl Unpin for GetTradesRequestQuery
impl UnwindSafe for GetTradesRequestQuery
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