Struct stack_queue::AutoBatch
source · [−]pub struct AutoBatch<T: TaskQueue, const N: usize = 2048>where
Int<N>: IsPowerOf2,{ /* private fields */ }
Implementations
Trait Implementations
impl<'pin, T: TaskQueue, const N: usize> Unpin for AutoBatch<T, N>where
Int<N>: IsPowerOf2,
__AutoBatch<'pin, T, N>: Unpin,
Auto Trait Implementations
impl<T, const N: usize = 2048> !RefUnwindSafe for AutoBatch<T, N>
impl<T, const N: usize> Send for AutoBatch<T, N>
impl<T, const N: usize> Sync for AutoBatch<T, N>
impl<T, const N: usize> UnwindSafe for AutoBatch<T, N>where
<T as TaskQueue>::Task: UnwindSafe,
<T as TaskQueue>::Value: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
sourcefn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more
sourceimpl<T> IntoSql for T
impl<T> IntoSql for T
sourcefn into_sql<T>(self) -> Self::Expressionwhere
Self: AsExpression<T>,
T: SqlType + TypedExpressionType,
fn into_sql<T>(self) -> Self::Expressionwhere
Self: AsExpression<T>,
T: SqlType + TypedExpressionType,
Convert
self
to an expression for Diesel’s query builder. Read moresourcefn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
T: SqlType + TypedExpressionType,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expressionwhere
&'a Self: AsExpression<T>,
T: SqlType + TypedExpressionType,
Convert
&self
to an expression for Diesel’s query builder. Read more