pub struct Contack_contact_platform;Trait Implementations§
Source§impl<'a, 'b> AsExpression<Contack_contact_platform> for &'a &'b ContactPlatform
impl<'a, 'b> AsExpression<Contack_contact_platform> for &'a &'b ContactPlatform
Source§type Expression = Bound<Contack_contact_platform, &'a &'b ContactPlatform>
type Expression = Bound<Contack_contact_platform, &'a &'b ContactPlatform>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl<'a> AsExpression<Contack_contact_platform> for &'a ContactPlatform
impl<'a> AsExpression<Contack_contact_platform> for &'a ContactPlatform
Source§type Expression = Bound<Contack_contact_platform, &'a ContactPlatform>
type Expression = Bound<Contack_contact_platform, &'a ContactPlatform>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl AsExpression<Contack_contact_platform> for ContactPlatform
impl AsExpression<Contack_contact_platform> for ContactPlatform
Source§type Expression = Bound<Contack_contact_platform, ContactPlatform>
type Expression = Bound<Contack_contact_platform, ContactPlatform>
The expression being returned
Source§fn as_expression(self) -> Self::Expression
fn as_expression(self) -> Self::Expression
Perform the conversion
Source§impl Clone for Contack_contact_platform
impl Clone for Contack_contact_platform
Source§fn clone(&self) -> Contack_contact_platform
fn clone(&self) -> Contack_contact_platform
Returns a duplicate 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 QueryId for Contack_contact_platform
impl QueryId for Contack_contact_platform
Source§const HAS_STATIC_QUERY_ID: bool = true
const HAS_STATIC_QUERY_ID: bool = true
Can the SQL generated by
Self be uniquely identified by its type? Read moreSource§type QueryId = Contack_contact_platform
type QueryId = Contack_contact_platform
A type which uniquely represents
Self in a SQL query. Read moreSource§impl<DB: Backend> ToSql<Contack_contact_platform, DB> for ContactPlatform
impl<DB: Backend> ToSql<Contack_contact_platform, DB> for ContactPlatform
impl NotNull for Contack_contact_platform
impl SingleValue for Contack_contact_platform
Auto Trait Implementations§
impl Freeze for Contack_contact_platform
impl RefUnwindSafe for Contack_contact_platform
impl Send for Contack_contact_platform
impl Sync for Contack_contact_platform
impl Unpin for Contack_contact_platform
impl UnwindSafe for Contack_contact_platform
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoNullable for Twhere
T: NotNull,
impl<T> IntoNullable for Twhere
T: NotNull,
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
fn into_sql<T>(self) -> Self::Expressionwhere
Self: Sized + AsExpression<T>,
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
Convert
&self to an expression for Diesel’s query builder. Read more