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