Struct paradox_typed_db::rows::ScriptComponentRow
source · pub struct ScriptComponentRow<'a, 'b> { /* private fields */ }
Expand description
Implementations§
source§impl<'a, 'b> ScriptComponentRow<'a, 'b>
impl<'a, 'b> ScriptComponentRow<'a, 'b>
sourcepub fn script_name(&self) -> Option<&'a Latin1Str>
pub fn script_name(&self) -> Option<&'a Latin1Str>
Get the data in column script_name
sourcepub fn client_script_name(&self) -> Option<&'a Latin1Str>
pub fn client_script_name(&self) -> Option<&'a Latin1Str>
Get the data in column client_script_name
Trait Implementations§
source§impl<'a, 'b> Clone for ScriptComponentRow<'a, 'b>
impl<'a, 'b> Clone for ScriptComponentRow<'a, 'b>
source§fn clone(&self) -> ScriptComponentRow<'a, 'b>
fn clone(&self) -> ScriptComponentRow<'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