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