Struct paradox_typed_db::rows::PropertyTemplateRow
source · pub struct PropertyTemplateRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> PropertyTemplateRow<'a, 'b>
impl<'a, 'b> PropertyTemplateRow<'a, 'b>
sourcepub fn vendor_map_id(&self) -> i32
pub fn vendor_map_id(&self) -> i32
Get the data in column vendorMapID
sourcepub fn spawn_name(&self) -> &'a Latin1Str
pub fn spawn_name(&self) -> &'a Latin1Str
Get the data in column spawnName
sourcepub fn minimum_price(&self) -> i32
pub fn minimum_price(&self) -> i32
Get the data in column minimumPrice
sourcepub fn rent_duration(&self) -> i32
pub fn rent_duration(&self) -> i32
Get the data in column rentDuration
sourcepub fn clone_limit(&self) -> i32
pub fn clone_limit(&self) -> i32
Get the data in column cloneLimit
sourcepub fn duration_type(&self) -> i32
pub fn duration_type(&self) -> i32
Get the data in column durationType
sourcepub fn achievement_required(&self) -> i32
pub fn achievement_required(&self) -> i32
Get the data in column achievementRequired
sourcepub fn max_build_height(&self) -> f32
pub fn max_build_height(&self) -> f32
Get the data in column maxBuildHeight
sourcepub fn reputation_per_minute(&self) -> i32
pub fn reputation_per_minute(&self) -> i32
Get the data in column reputationPerMinute
sourcepub fn loc_status(&self) -> i32
pub fn loc_status(&self) -> i32
Get the data in column locStatus
sourcepub fn gate_version(&self) -> Option<&'a Latin1Str>
pub fn gate_version(&self) -> Option<&'a Latin1Str>
Get the data in column gate_version
Trait Implementations§
source§impl<'a, 'b> Clone for PropertyTemplateRow<'a, 'b>
impl<'a, 'b> Clone for PropertyTemplateRow<'a, 'b>
source§fn clone(&self) -> PropertyTemplateRow<'a, 'b>
fn clone(&self) -> PropertyTemplateRow<'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