Struct paradox_typed_db::tables::IconsTable
source · pub struct IconsTable<'a> { /* private fields */ }
Expand description
Table Icons
See also: IconsTable
Implementations§
source§impl<'a> IconsTable<'a>
impl<'a> IconsTable<'a>
sourcepub fn get_col(&self, col: IconsColumn) -> Option<usize>
pub fn get_col(&self, col: IconsColumn) -> Option<usize>
Get the “real” index of the well-known column
Trait Implementations§
source§impl<'a> Clone for IconsTable<'a>
impl<'a> Clone for IconsTable<'a>
source§fn clone(&self) -> IconsTable<'a>
fn clone(&self) -> IconsTable<'a>
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 moresource§impl<'a> TypedTable<'a> for IconsTable<'a>
impl<'a> TypedTable<'a> for IconsTable<'a>
§type Column = IconsColumn
type Column = IconsColumn
The type representing one well-known column