pub struct DashboardQuery {
pub mode: BinanceMode,
pub base_dir: PathBuf,
pub symbol: String,
pub from: NaiveDate,
pub to: NaiveDate,
pub selected_run_id: Option<i64>,
pub run_limit: usize,
}Fields§
§mode: BinanceMode§base_dir: PathBuf§symbol: String§from: NaiveDate§to: NaiveDate§selected_run_id: Option<i64>§run_limit: usizeTrait Implementations§
Source§impl Clone for DashboardQuery
impl Clone for DashboardQuery
Source§fn clone(&self) -> DashboardQuery
fn clone(&self) -> DashboardQuery
Returns a duplicate of the value. Read more
1.0.0 · 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 DashboardQuery
impl Debug for DashboardQuery
Source§impl PartialEq for DashboardQuery
impl PartialEq for DashboardQuery
impl StructuralPartialEq for DashboardQuery
Auto Trait Implementations§
impl Freeze for DashboardQuery
impl RefUnwindSafe for DashboardQuery
impl Send for DashboardQuery
impl Sync for DashboardQuery
impl Unpin for DashboardQuery
impl UnsafeUnpin for DashboardQuery
impl UnwindSafe for DashboardQuery
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