pub struct PostgresToDuckDbSnapshotReport {
pub snapshot_export_id: i64,
pub db_path: String,
pub kline_rows: usize,
pub liquidation_rows: usize,
pub book_ticker_rows: usize,
pub agg_trade_rows: usize,
}Fields§
§snapshot_export_id: i64§db_path: String§kline_rows: usize§liquidation_rows: usize§book_ticker_rows: usize§agg_trade_rows: usizeTrait Implementations§
Source§impl Clone for PostgresToDuckDbSnapshotReport
impl Clone for PostgresToDuckDbSnapshotReport
Source§fn clone(&self) -> PostgresToDuckDbSnapshotReport
fn clone(&self) -> PostgresToDuckDbSnapshotReport
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 PostgresToDuckDbSnapshotReport
impl PartialEq for PostgresToDuckDbSnapshotReport
Source§fn eq(&self, other: &PostgresToDuckDbSnapshotReport) -> bool
fn eq(&self, other: &PostgresToDuckDbSnapshotReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for PostgresToDuckDbSnapshotReport
impl StructuralPartialEq for PostgresToDuckDbSnapshotReport
Auto Trait Implementations§
impl Freeze for PostgresToDuckDbSnapshotReport
impl RefUnwindSafe for PostgresToDuckDbSnapshotReport
impl Send for PostgresToDuckDbSnapshotReport
impl Sync for PostgresToDuckDbSnapshotReport
impl Unpin for PostgresToDuckDbSnapshotReport
impl UnsafeUnpin for PostgresToDuckDbSnapshotReport
impl UnwindSafe for PostgresToDuckDbSnapshotReport
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.