pub struct GetKLinesParams {
pub category: Category,
pub symbol: String,
pub interval: Interval,
pub start: Option<Timestamp>,
pub end: Option<Timestamp>,
pub limit: Option<u64>,
}Fields§
§category: Category§symbol: String§interval: Interval§start: Option<Timestamp>§end: Option<Timestamp>§limit: Option<u64>Trait Implementations§
Source§impl Debug for GetKLinesParams
impl Debug for GetKLinesParams
Auto Trait Implementations§
impl Freeze for GetKLinesParams
impl RefUnwindSafe for GetKLinesParams
impl Send for GetKLinesParams
impl Sync for GetKLinesParams
impl Unpin for GetKLinesParams
impl UnsafeUnpin for GetKLinesParams
impl UnwindSafe for GetKLinesParams
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