pub struct PostgresKlineSummaryRow {
pub product: String,
pub symbol: String,
pub interval_name: String,
pub row_count: i64,
pub min_time: Option<String>,
pub max_time: Option<String>,
}Fields§
§product: String§symbol: String§interval_name: String§row_count: i64§min_time: Option<String>§max_time: Option<String>Trait Implementations§
Source§impl Clone for PostgresKlineSummaryRow
impl Clone for PostgresKlineSummaryRow
Source§fn clone(&self) -> PostgresKlineSummaryRow
fn clone(&self) -> PostgresKlineSummaryRow
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 PostgresKlineSummaryRow
impl Debug for PostgresKlineSummaryRow
Source§impl PartialEq for PostgresKlineSummaryRow
impl PartialEq for PostgresKlineSummaryRow
impl StructuralPartialEq for PostgresKlineSummaryRow
Auto Trait Implementations§
impl Freeze for PostgresKlineSummaryRow
impl RefUnwindSafe for PostgresKlineSummaryRow
impl Send for PostgresKlineSummaryRow
impl Sync for PostgresKlineSummaryRow
impl Unpin for PostgresKlineSummaryRow
impl UnsafeUnpin for PostgresKlineSummaryRow
impl UnwindSafe for PostgresKlineSummaryRow
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