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