Struct paradox_typed_db::rows::SceneTableRow
source · pub struct SceneTableRow<'a, 'b> { /* private fields */ }
Expand description
Row of the SceneTable
table
See also: SceneTableTable
Implementations§
source§impl<'a, 'b> SceneTableRow<'a, 'b>
impl<'a, 'b> SceneTableRow<'a, 'b>
sourcepub fn scene_name(&self) -> &'a Latin1Str
pub fn scene_name(&self) -> &'a Latin1Str
Get the data in column sceneName
Trait Implementations§
source§impl<'a, 'b> Clone for SceneTableRow<'a, 'b>
impl<'a, 'b> Clone for SceneTableRow<'a, 'b>
source§fn clone(&self) -> SceneTableRow<'a, 'b>
fn clone(&self) -> SceneTableRow<'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