pub struct TopKExpr<const N: usize, E: Expression> { /* private fields */ }Expand description
TopK expression
Trait Implementations§
Source§impl<const N: usize, E: Expression> Expression for TopKExpr<N, E>
impl<const N: usize, E: Expression> Expression for TopKExpr<N, E>
Auto Trait Implementations§
impl<const N: usize, E> Freeze for TopKExpr<N, E>where
E: Freeze,
impl<const N: usize, E> RefUnwindSafe for TopKExpr<N, E>where
E: RefUnwindSafe,
impl<const N: usize, E> Send for TopKExpr<N, E>where
E: Send,
impl<const N: usize, E> Sync for TopKExpr<N, E>where
E: Sync,
impl<const N: usize, E> Unpin for TopKExpr<N, E>where
E: Unpin,
impl<const N: usize, E> UnwindSafe for TopKExpr<N, E>where
E: UnwindSafe,
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