Struct paradox_typed_db::tables::TamingBuildPuzzlesTable
source · pub struct TamingBuildPuzzlesTable<'a> { /* private fields */ }
Expand description
Implementations§
source§impl<'a> TamingBuildPuzzlesTable<'a>
impl<'a> TamingBuildPuzzlesTable<'a>
sourcepub fn get_col(&self, col: TamingBuildPuzzlesColumn) -> Option<usize>
pub fn get_col(&self, col: TamingBuildPuzzlesColumn) -> Option<usize>
Get the “real” index of the well-known column
sourcepub fn row_iter<'b>(&'b self) -> RowIter<'a, 'b, TamingBuildPuzzlesRow<'a, 'b>> ⓘ
pub fn row_iter<'b>(&'b self) -> RowIter<'a, 'b, TamingBuildPuzzlesRow<'a, 'b>> ⓘ
Iterate over all rows
sourcepub fn key_iter<'b: 'a>(
&'b self,
key: i32
) -> impl Iterator<Item = TamingBuildPuzzlesRow<'a, 'b>>
pub fn key_iter<'b: 'a>( &'b self, key: i32 ) -> impl Iterator<Item = TamingBuildPuzzlesRow<'a, 'b>>
Iterate over all rows that have a specific key
Trait Implementations§
source§impl<'a> Clone for TamingBuildPuzzlesTable<'a>
impl<'a> Clone for TamingBuildPuzzlesTable<'a>
source§fn clone(&self) -> TamingBuildPuzzlesTable<'a>
fn clone(&self) -> TamingBuildPuzzlesTable<'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 TamingBuildPuzzlesTable<'a>
impl<'a> TypedTable<'a> for TamingBuildPuzzlesTable<'a>
§type Column = TamingBuildPuzzlesColumn
type Column = TamingBuildPuzzlesColumn
The type representing one well-known column