Struct paradox_typed_db::rows::ActivitiesRow
source · pub struct ActivitiesRow<'a, 'b> { /* private fields */ }
Expand description
Row of the Activities
table
See also: ActivitiesTable
Implementations§
source§impl<'a, 'b> ActivitiesRow<'a, 'b>
impl<'a, 'b> ActivitiesRow<'a, 'b>
sourcepub fn activity_id(&self) -> i32
pub fn activity_id(&self) -> i32
Get the data in column ActivityID
sourcepub fn loc_status(&self) -> i32
pub fn loc_status(&self) -> i32
Get the data in column locStatus
sourcepub fn instance_map_id(&self) -> Option<i32>
pub fn instance_map_id(&self) -> Option<i32>
Get the data in column instanceMapID
sourcepub fn min_team_size(&self) -> Option<i32>
pub fn min_team_size(&self) -> Option<i32>
Get the data in column minTeamSize
sourcepub fn max_team_size(&self) -> Option<i32>
pub fn max_team_size(&self) -> Option<i32>
Get the data in column maxTeamSize
sourcepub fn start_delay(&self) -> Option<i32>
pub fn start_delay(&self) -> Option<i32>
Get the data in column startDelay
sourcepub fn requires_unique_data(&self) -> bool
pub fn requires_unique_data(&self) -> bool
Get the data in column requiresUniqueData
sourcepub fn leaderboard_type(&self) -> Option<i32>
pub fn leaderboard_type(&self) -> Option<i32>
Get the data in column leaderboardType
sourcepub fn optional_cost_lot(&self) -> Option<i32>
pub fn optional_cost_lot(&self) -> Option<i32>
Get the data in column optionalCostLOT
sourcepub fn optional_cost_count(&self) -> Option<i32>
pub fn optional_cost_count(&self) -> Option<i32>
Get the data in column optionalCostCount
sourcepub fn show_ui_rewards(&self) -> bool
pub fn show_ui_rewards(&self) -> bool
Get the data in column showUIRewards
sourcepub fn community_activity_flag_id(&self) -> Option<i32>
pub fn community_activity_flag_id(&self) -> Option<i32>
Get the data in column CommunityActivityFlagID
sourcepub fn gate_version(&self) -> Option<&'a Latin1Str>
pub fn gate_version(&self) -> Option<&'a Latin1Str>
Get the data in column gate_version
sourcepub fn no_team_loot_on_death(&self) -> Option<bool>
pub fn no_team_loot_on_death(&self) -> Option<bool>
Get the data in column noTeamLootOnDeath
sourcepub fn optional_percentage(&self) -> Option<f32>
pub fn optional_percentage(&self) -> Option<f32>
Get the data in column optionalPercentage
Trait Implementations§
source§impl<'a, 'b> Clone for ActivitiesRow<'a, 'b>
impl<'a, 'b> Clone for ActivitiesRow<'a, 'b>
source§fn clone(&self) -> ActivitiesRow<'a, 'b>
fn clone(&self) -> ActivitiesRow<'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