Struct paradox_typed_db::rows::EventGatingRow
source · pub struct EventGatingRow<'a, 'b> { /* private fields */ }
Expand description
Row of the EventGating
table
See also: EventGatingTable
Implementations§
source§impl<'a, 'b> EventGatingRow<'a, 'b>
impl<'a, 'b> EventGatingRow<'a, 'b>
sourcepub fn event_name(&self) -> &'a Latin1Str
pub fn event_name(&self) -> &'a Latin1Str
Get the data in column eventName
sourcepub fn date_start(&self) -> i64
pub fn date_start(&self) -> i64
Get the data in column date_start
Trait Implementations§
source§impl<'a, 'b> Clone for EventGatingRow<'a, 'b>
impl<'a, 'b> Clone for EventGatingRow<'a, 'b>
source§fn clone(&self) -> EventGatingRow<'a, 'b>
fn clone(&self) -> EventGatingRow<'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