Struct stack_queue::assignment::UnboundedSlice
source · pub struct UnboundedSlice<'a, T: BackgroundQueue, const N: usize> { /* private fields */ }Expand description
Exclusive reference over an unbounded task range
Implementations§
source§impl<'a, T, const N: usize> UnboundedSlice<'a, T, N>where
T: BackgroundQueue,
impl<'a, T, const N: usize> UnboundedSlice<'a, T, N>where
T: BackgroundQueue,
pub fn into_bounded(self) -> BoundedSlice<'a, T, N>
Trait Implementations§
source§impl<'a, T, const N: usize> Drop for UnboundedSlice<'a, T, N>where
T: BackgroundQueue,
impl<'a, T, const N: usize> Drop for UnboundedSlice<'a, T, N>where
T: BackgroundQueue,
impl<'a, T, const N: usize> Send for UnboundedSlice<'a, T, N>where
T: BackgroundQueue,
impl<'a, T, const N: usize> Sync for UnboundedSlice<'a, T, N>where
T: BackgroundQueue,
<T as BackgroundQueue>::Task: Sync,
Auto Trait Implementations§
impl<'a, T, const N: usize> !RefUnwindSafe for UnboundedSlice<'a, T, N>
impl<'a, T, const N: usize> Unpin for UnboundedSlice<'a, T, N>
impl<'a, T, const N: usize> !UnwindSafe for UnboundedSlice<'a, T, N>
Blanket Implementations§
source§impl<T> IntoSql for T
impl<T> IntoSql for T
source§fn into_sql<T>(self) -> Self::Expressionwhere
Self: AsExpression<T> + Sized,
T: SqlType + TypedExpressionType,
fn into_sql<T>(self) -> Self::Expressionwhere
Self: AsExpression<T> + Sized,
T: SqlType + TypedExpressionType,
Convert
self to an expression for Diesel’s query builder. Read moresource§fn 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