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