Struct paradox_typed_db::rows::ObjectsRow
source · pub struct ObjectsRow<'a, 'b> { /* private fields */ }
Expand description
Row of the Objects
table
See also: ObjectsTable
Implementations§
source§impl<'a, 'b> ObjectsRow<'a, 'b>
impl<'a, 'b> ObjectsRow<'a, 'b>
sourcepub fn description(&self) -> Option<&'a Latin1Str>
pub fn description(&self) -> Option<&'a Latin1Str>
Get the data in column description
sourcepub fn npc_template_id(&self) -> Option<i32>
pub fn npc_template_id(&self) -> Option<i32>
Get the data in column npcTemplateID
sourcepub fn display_name(&self) -> Option<&'a Latin1Str>
pub fn display_name(&self) -> Option<&'a Latin1Str>
Get the data in column displayName
sourcepub fn interaction_distance(&self) -> Option<f32>
pub fn interaction_distance(&self) -> Option<f32>
Get the data in column interactionDistance
sourcepub fn internal_notes(&self) -> Option<&'a Latin1Str>
pub fn internal_notes(&self) -> Option<&'a Latin1Str>
Get the data in column _internalNotes
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 ObjectsRow<'a, 'b>
impl<'a, 'b> Clone for ObjectsRow<'a, 'b>
source§fn clone(&self) -> ObjectsRow<'a, 'b>
fn clone(&self) -> ObjectsRow<'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