pub struct DeleteQueryBuilder<'a, C: QueryContext> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a, C> Buildable<C> for DeleteQueryBuilder<'a, C>
impl<'a, C> Buildable<C> for DeleteQueryBuilder<'a, C>
Source§impl<'a, C> BuildableFilter<C> for DeleteQueryBuilder<'a, C>
impl<'a, C> BuildableFilter<C> for DeleteQueryBuilder<'a, C>
fn where(self, e: Expression<<C as QueryContext>::Query>) -> Self
Auto Trait Implementations§
impl<'a, C> Freeze for DeleteQueryBuilder<'a, C>
impl<'a, C> RefUnwindSafe for DeleteQueryBuilder<'a, C>
impl<'a, C> Send for DeleteQueryBuilder<'a, C>
impl<'a, C> Sync for DeleteQueryBuilder<'a, C>
impl<'a, C> Unpin for DeleteQueryBuilder<'a, C>
impl<'a, C> UnwindSafe for DeleteQueryBuilder<'a, C>
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> GetDeleteMarker for T
impl<T> GetDeleteMarker for T
default fn delete_marker_field() -> Option<&'static str>
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 more