Struct paradox_typed_db::rows::BuffParametersRow
source · pub struct BuffParametersRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> BuffParametersRow<'a, 'b>
impl<'a, 'b> BuffParametersRow<'a, 'b>
sourcepub fn parameter_name(&self) -> &'a Latin1Str
pub fn parameter_name(&self) -> &'a Latin1Str
Get the data in column ParameterName
sourcepub fn number_value(&self) -> Option<f32>
pub fn number_value(&self) -> Option<f32>
Get the data in column NumberValue
sourcepub fn string_value(&self) -> Option<&'a Latin1Str>
pub fn string_value(&self) -> Option<&'a Latin1Str>
Get the data in column StringValue
Trait Implementations§
source§impl<'a, 'b> Clone for BuffParametersRow<'a, 'b>
impl<'a, 'b> Clone for BuffParametersRow<'a, 'b>
source§fn clone(&self) -> BuffParametersRow<'a, 'b>
fn clone(&self) -> BuffParametersRow<'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