pub struct TariffStatusType;
Trait Implementations§
Source§impl<'__expr, '__expr2> AsExpression<TariffStatusType> for &'__expr2 &'__expr TariffStatus
impl<'__expr, '__expr2> AsExpression<TariffStatusType> for &'__expr2 &'__expr TariffStatus
Source§type Expression = Bound<TariffStatusType, &'__expr2 &'__expr TariffStatus>
type Expression = Bound<TariffStatusType, &'__expr2 &'__expr TariffStatus>
The expression being returned
Source§fn as_expression(self) -> <Self as AsExpression<TariffStatusType>>::Expression
fn as_expression(self) -> <Self as AsExpression<TariffStatusType>>::Expression
Perform the conversion
Source§impl<'__expr> AsExpression<TariffStatusType> for &'__expr TariffStatus
impl<'__expr> AsExpression<TariffStatusType> for &'__expr TariffStatus
Source§type Expression = Bound<TariffStatusType, &'__expr TariffStatus>
type Expression = Bound<TariffStatusType, &'__expr TariffStatus>
The expression being returned
Source§fn as_expression(self) -> <Self as AsExpression<TariffStatusType>>::Expression
fn as_expression(self) -> <Self as AsExpression<TariffStatusType>>::Expression
Perform the conversion
Source§impl AsExpression<TariffStatusType> for TariffStatus
impl AsExpression<TariffStatusType> for TariffStatus
Source§type Expression = Bound<TariffStatusType, TariffStatus>
type Expression = Bound<TariffStatusType, TariffStatus>
The expression being returned
Source§fn as_expression(self) -> <Self as AsExpression<TariffStatusType>>::Expression
fn as_expression(self) -> <Self as AsExpression<TariffStatusType>>::Expression
Perform the conversion
Source§impl Debug for TariffStatusType
impl Debug for TariffStatusType
Source§impl FromSql<TariffStatusType, Pg> for TariffStatus
impl FromSql<TariffStatusType, Pg> for TariffStatus
Source§impl HasSqlType<TariffStatusType> for Pg
impl HasSqlType<TariffStatusType> for Pg
Source§fn metadata(lookup: &mut Self::MetadataLookup) -> PgTypeMetadata
fn metadata(lookup: &mut Self::MetadataLookup) -> PgTypeMetadata
Fetch the metadata for the given type Read more
Source§impl QueryId for TariffStatusType
impl QueryId for TariffStatusType
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 = TariffStatusType
type QueryId = TariffStatusType
A type which uniquely represents
Self
in a SQL query. Read moreSource§impl SqlType for TariffStatusType
impl SqlType for TariffStatusType
Source§impl ToSql<TariffStatusType, Pg> for TariffStatus
impl ToSql<TariffStatusType, Pg> for TariffStatus
impl SingleValue for TariffStatusType
Auto Trait Implementations§
impl Freeze for TariffStatusType
impl RefUnwindSafe for TariffStatusType
impl Send for TariffStatusType
impl Sync for TariffStatusType
impl Unpin for TariffStatusType
impl UnwindSafe for TariffStatusType
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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> IntoNotNullable for T
impl<T> IntoNotNullable for T
Source§type NotNullable = T
type NotNullable = T
The not nullable representation of this type. Read more
Source§impl<T> IntoNullable for T
impl<T> IntoNullable for T
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self
to an expression for Diesel’s query builder. Read more