Struct paradox_typed_db::rows::RebuildComponentRow
source · pub struct RebuildComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> RebuildComponentRow<'a, 'b>
impl<'a, 'b> RebuildComponentRow<'a, 'b>
sourcepub fn reset_time(&self) -> f32
pub fn reset_time(&self) -> f32
Get the data in column reset_time
sourcepub fn complete_time(&self) -> Option<f32>
pub fn complete_time(&self) -> Option<f32>
Get the data in column complete_time
sourcepub fn take_imagination(&self) -> i32
pub fn take_imagination(&self) -> i32
Get the data in column take_imagination
sourcepub fn interruptible(&self) -> bool
pub fn interruptible(&self) -> bool
Get the data in column interruptible
sourcepub fn self_activator(&self) -> bool
pub fn self_activator(&self) -> bool
Get the data in column self_activator
sourcepub fn custom_modules(&self) -> Option<&'a Latin1Str>
pub fn custom_modules(&self) -> Option<&'a Latin1Str>
Get the data in column custom_modules
sourcepub fn activity_id(&self) -> Option<i32>
pub fn activity_id(&self) -> Option<i32>
Get the data in column activityID
sourcepub fn post_imagination_cost(&self) -> Option<i32>
pub fn post_imagination_cost(&self) -> Option<i32>
Get the data in column post_imagination_cost
sourcepub fn time_before_smash(&self) -> f32
pub fn time_before_smash(&self) -> f32
Get the data in column time_before_smash
Trait Implementations§
source§impl<'a, 'b> Clone for RebuildComponentRow<'a, 'b>
impl<'a, 'b> Clone for RebuildComponentRow<'a, 'b>
source§fn clone(&self) -> RebuildComponentRow<'a, 'b>
fn clone(&self) -> RebuildComponentRow<'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