HasUpdateSqlRow

Trait HasUpdateSqlRow 

Source
pub trait HasUpdateSqlRow {
    type UpdateSqlRow<'u>: UpdateSqlRow + Default;
}

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl HasUpdateSqlRow for JobData

Source§

type UpdateSqlRow<'update_sql_row> = JobDataUpdate<'update_sql_row>

Source§

impl HasUpdateSqlRow for JobRow

Source§

type UpdateSqlRow<'update_sql_row> = JobRowUpdate<'update_sql_row>

Source§

impl HasUpdateSqlRow for JobState

Source§

type UpdateSqlRow<'update_sql_row> = JobStateUpdate<'update_sql_row>

Source§

impl HasUpdateSqlRow for LastExpiryRow

Source§

type UpdateSqlRow<'update_sql_row> = LastExpiryRowUpdate<'update_sql_row>

Source§

impl HasUpdateSqlRow for PauseInsn

Source§

type UpdateSqlRow<'update_sql_row> = PauseInsnUpdate<'update_sql_row>

Source§

impl HasUpdateSqlRow for StatsByShownStatusRow

Source§

type UpdateSqlRow<'update_sql_row> = StatsByShownStatusRowUpdate<'update_sql_row>

Source§

impl HasUpdateSqlRow for Parsed

Source§

type UpdateSqlRow<'update_sql_row> = ParsedUpdate<'update_sql_row>