Struct paradox_typed_db::rows::EmotesRow
source · pub struct EmotesRow<'a, 'b> { /* private fields */ }
Expand description
Row of the Emotes
table
See also: EmotesTable
Implementations§
source§impl<'a, 'b> EmotesRow<'a, 'b>
impl<'a, 'b> EmotesRow<'a, 'b>
sourcepub fn animation_name(&self) -> Option<&'a Latin1Str>
pub fn animation_name(&self) -> Option<&'a Latin1Str>
Get the data in column animationName
sourcepub fn icon_filename(&self) -> &'a Latin1Str
pub fn icon_filename(&self) -> &'a Latin1Str
Get the data in column iconFilename
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