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