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