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