Struct paradox_typed_db::rows::LanguageTypeRow
source · pub struct LanguageTypeRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> LanguageTypeRow<'a, 'b>
impl<'a, 'b> LanguageTypeRow<'a, 'b>
sourcepub fn language_id(&self) -> i32
pub fn language_id(&self) -> i32
Get the data in column LanguageID
sourcepub fn language_description(&self) -> &'a Latin1Str
pub fn language_description(&self) -> &'a Latin1Str
Get the data in column LanguageDescription
Trait Implementations§
source§impl<'a, 'b> Clone for LanguageTypeRow<'a, 'b>
impl<'a, 'b> Clone for LanguageTypeRow<'a, 'b>
source§fn clone(&self) -> LanguageTypeRow<'a, 'b>
fn clone(&self) -> LanguageTypeRow<'a, 'b>
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 more