Struct database::repository::models::SprintNumDate
source · Fields§
§sprint_num: i32
§sprint_date: NaiveDate
Trait Implementations§
source§impl<'update> AsChangeset for &'update SprintNumDate
impl<'update> AsChangeset for &'update SprintNumDate
§type Changeset = <(Grouped<Eq<sprint_num, <&'update i32 as AsExpression<<sprint_num as Expression>::SqlType>>::Expression>>, Grouped<Eq<sprint_date, <&'update NaiveDate as AsExpression<<sprint_date as Expression>::SqlType>>::Expression>>) as AsChangeset>::Changeset
type Changeset = <(Grouped<Eq<sprint_num, <&'update i32 as AsExpression<<sprint_num as Expression>::SqlType>>::Expression>>, Grouped<Eq<sprint_date, <&'update NaiveDate as AsExpression<<sprint_date as Expression>::SqlType>>::Expression>>) as AsChangeset>::Changeset
The update statement this type represents
source§fn as_changeset(self) -> Self::Changeset
fn as_changeset(self) -> Self::Changeset
Convert
self
into the actual update statement being executedsource§impl AsChangeset for SprintNumDate
impl AsChangeset for SprintNumDate
§type Changeset = <(Grouped<Eq<sprint_num, <i32 as AsExpression<<sprint_num as Expression>::SqlType>>::Expression>>, Grouped<Eq<sprint_date, <NaiveDate as AsExpression<<sprint_date as Expression>::SqlType>>::Expression>>) as AsChangeset>::Changeset
type Changeset = <(Grouped<Eq<sprint_num, <i32 as AsExpression<<sprint_num as Expression>::SqlType>>::Expression>>, Grouped<Eq<sprint_date, <NaiveDate as AsExpression<<sprint_date as Expression>::SqlType>>::Expression>>) as AsChangeset>::Changeset
The update statement this type represents
source§fn as_changeset(self) -> Self::Changeset
fn as_changeset(self) -> Self::Changeset
Convert
self
into the actual update statement being executedsource§impl Clone for SprintNumDate
impl Clone for SprintNumDate
source§fn clone(&self) -> SprintNumDate
fn clone(&self) -> SprintNumDate
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 moresource§impl Debug for SprintNumDate
impl Debug for SprintNumDate
source§impl<__DB: Backend, __ST0, __ST1> Queryable<(__ST0, __ST1), __DB> for SprintNumDatewhere
(i32, NaiveDate): FromStaticSqlRow<(__ST0, __ST1), __DB>,
impl<__DB: Backend, __ST0, __ST1> Queryable<(__ST0, __ST1), __DB> for SprintNumDatewhere
(i32, NaiveDate): FromStaticSqlRow<(__ST0, __ST1), __DB>,
Auto Trait Implementations§
impl RefUnwindSafe for SprintNumDate
impl Send for SprintNumDate
impl Sync for SprintNumDate
impl Unpin for SprintNumDate
impl UnwindSafe for SprintNumDate
Blanket Implementations§
§impl<T> IntoSql for T
impl<T> IntoSql for T
§impl<T, ST, DB> StaticallySizedRow<ST, DB> for Twhere
ST: SqlTypeOrSelectable + TupleSize,
T: Queryable<ST, DB>,
DB: Backend,
impl<T, ST, DB> StaticallySizedRow<ST, DB> for Twhere
ST: SqlTypeOrSelectable + TupleSize,
T: Queryable<ST, DB>,
DB: Backend,
§const FIELD_COUNT: usize = <ST as crate::util::TupleSize>::SIZE
const FIELD_COUNT: usize = <ST as crate::util::TupleSize>::SIZE
The number of fields that this type will consume.