Struct paradox_typed_db::rows::MissionNpcComponentRow
source · pub struct MissionNpcComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> MissionNpcComponentRow<'a, 'b>
impl<'a, 'b> MissionNpcComponentRow<'a, 'b>
sourcepub fn mission_id(&self) -> i32
pub fn mission_id(&self) -> i32
Get the data in column missionID
sourcepub fn offers_mission(&self) -> bool
pub fn offers_mission(&self) -> bool
Get the data in column offersMission
sourcepub fn accepts_mission(&self) -> bool
pub fn accepts_mission(&self) -> bool
Get the data in column acceptsMission
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 MissionNpcComponentRow<'a, 'b>
impl<'a, 'b> Clone for MissionNpcComponentRow<'a, 'b>
source§fn clone(&self) -> MissionNpcComponentRow<'a, 'b>
fn clone(&self) -> MissionNpcComponentRow<'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