Struct paradox_typed_db::rows::ZoneSummaryRow
source · pub struct ZoneSummaryRow<'a, 'b> { /* private fields */ }
Expand description
Row of the ZoneSummary
table
See also: ZoneSummaryTable
Implementations§
source§impl<'a, 'b> ZoneSummaryRow<'a, 'b>
impl<'a, 'b> ZoneSummaryRow<'a, 'b>
Trait Implementations§
source§impl<'a, 'b> Clone for ZoneSummaryRow<'a, 'b>
impl<'a, 'b> Clone for ZoneSummaryRow<'a, 'b>
source§fn clone(&self) -> ZoneSummaryRow<'a, 'b>
fn clone(&self) -> ZoneSummaryRow<'a, 'b>
Returns a copy 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 more