pub struct PostgresLiquidationSummaryRow {
pub symbol: String,
pub row_count: i64,
pub min_time: Option<String>,
pub max_time: Option<String>,
}Fields§
§symbol: String§row_count: i64§min_time: Option<String>§max_time: Option<String>Trait Implementations§
Source§impl Clone for PostgresLiquidationSummaryRow
impl Clone for PostgresLiquidationSummaryRow
Source§fn clone(&self) -> PostgresLiquidationSummaryRow
fn clone(&self) -> PostgresLiquidationSummaryRow
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 PartialEq for PostgresLiquidationSummaryRow
impl PartialEq for PostgresLiquidationSummaryRow
Source§fn eq(&self, other: &PostgresLiquidationSummaryRow) -> bool
fn eq(&self, other: &PostgresLiquidationSummaryRow) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PostgresLiquidationSummaryRow
Auto Trait Implementations§
impl Freeze for PostgresLiquidationSummaryRow
impl RefUnwindSafe for PostgresLiquidationSummaryRow
impl Send for PostgresLiquidationSummaryRow
impl Sync for PostgresLiquidationSummaryRow
impl Unpin for PostgresLiquidationSummaryRow
impl UnsafeUnpin for PostgresLiquidationSummaryRow
impl UnwindSafe for PostgresLiquidationSummaryRow
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