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