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