pub struct SelectJoinSet;Available on crate feature
sqlite only.Expand description
Marker for the state after JOIN clause.
Trait Implementations§
Source§impl Clone for SelectJoinSet
impl Clone for SelectJoinSet
Source§fn clone(&self) -> SelectJoinSet
fn clone(&self) -> SelectJoinSet
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SelectJoinSet
Source§impl Debug for SelectJoinSet
impl Debug for SelectJoinSet
Source§impl Default for SelectJoinSet
impl Default for SelectJoinSet
Source§fn default() -> SelectJoinSet
fn default() -> SelectJoinSet
Returns the “default value” for a type. Read more
impl ExecutableState for SelectJoinSet
impl ForLockableState for SelectJoinSet
impl GroupByAllowed for SelectJoinSet
impl JoinAllowed for SelectJoinSet
impl LimitAllowed for SelectJoinSet
impl OrderByAllowed for SelectJoinSet
impl SelectOrderAllowed for SelectJoinSet
impl SelectOrderAllowed for SelectJoinSet
impl WhereAllowed for SelectJoinSet
Auto Trait Implementations§
impl Freeze for SelectJoinSet
impl RefUnwindSafe for SelectJoinSet
impl Send for SelectJoinSet
impl Sync for SelectJoinSet
impl Unpin for SelectJoinSet
impl UnsafeUnpin for SelectJoinSet
impl UnwindSafe for SelectJoinSet
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,
impl<T> ErasedDestructor for Twhere
T: 'static,
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> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::RequestCreates a shared type from an unshared type.
Source§impl<T, Out> JsonColumnArg<Out, Payload> for Twhere
Out: JsonColumnValue<T>,
impl<T, Out> JsonColumnArg<Out, Payload> for Twhere
Out: JsonColumnValue<T>,
Source§fn into_json_column(self) -> Out
fn into_json_column(self) -> Out
Converts this argument into the model field value.