pub struct RegConfig;Trait Implementations§
Source§impl<'__expr, '__expr2> AsExpression<RegConfig> for &'__expr2 &'__expr TsConfiguration
impl<'__expr, '__expr2> AsExpression<RegConfig> for &'__expr2 &'__expr TsConfiguration
Source§type Expression = Bound<RegConfig, &'__expr2 &'__expr TsConfiguration>
type Expression = Bound<RegConfig, &'__expr2 &'__expr TsConfiguration>
The expression being returned
Source§fn as_expression(self) -> <Self as AsExpression<RegConfig>>::Expression
fn as_expression(self) -> <Self as AsExpression<RegConfig>>::Expression
Perform the conversion
Source§impl<'__expr> AsExpression<RegConfig> for &'__expr TsConfiguration
impl<'__expr> AsExpression<RegConfig> for &'__expr TsConfiguration
Source§type Expression = Bound<RegConfig, &'__expr TsConfiguration>
type Expression = Bound<RegConfig, &'__expr TsConfiguration>
The expression being returned
Source§fn as_expression(self) -> <Self as AsExpression<RegConfig>>::Expression
fn as_expression(self) -> <Self as AsExpression<RegConfig>>::Expression
Perform the conversion
Source§impl AsExpression<RegConfig> for TsConfiguration
impl AsExpression<RegConfig> for TsConfiguration
Source§type Expression = Bound<RegConfig, TsConfiguration>
type Expression = Bound<RegConfig, TsConfiguration>
The expression being returned
Source§fn as_expression(self) -> <Self as AsExpression<RegConfig>>::Expression
fn as_expression(self) -> <Self as AsExpression<RegConfig>>::Expression
Perform the conversion
Source§impl HasSqlType<RegConfig> for Pg
impl HasSqlType<RegConfig> 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
impl SingleValue for RegConfig
Auto Trait Implementations§
impl Freeze for RegConfig
impl RefUnwindSafe for RegConfig
impl Send for RegConfig
impl Sync for RegConfig
impl Unpin for RegConfig
impl UnwindSafe for RegConfig
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, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
impl<T, W> HasTypeWitness<W> for Twhere
W: MakeTypeWitness<Arg = T>,
T: ?Sized,
Source§impl<T> Identity for Twhere
T: ?Sized,
impl<T> Identity for Twhere
T: ?Sized,
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