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