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