pub struct InTopK { /* private fields */ }
Expand description
Builder for the InTopK
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InTopK
impl RefUnwindSafe for InTopK
impl Send for InTopK
impl Sync for InTopK
impl Unpin for InTopK
impl UnwindSafe for InTopK
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