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 Clone for GetKLinesParams
impl Clone for GetKLinesParams
Source§fn clone(&self) -> GetKLinesParams
fn clone(&self) -> GetKLinesParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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