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