pub struct IvfQueryParams { /* private fields */ }Expand description
IVF-specific query parameters.
Implementations§
Trait Implementations§
Source§impl Drop for IvfQueryParams
impl Drop for IvfQueryParams
Auto Trait Implementations§
impl !Send for IvfQueryParams
impl !Sync for IvfQueryParams
impl Freeze for IvfQueryParams
impl RefUnwindSafe for IvfQueryParams
impl Unpin for IvfQueryParams
impl UnsafeUnpin for IvfQueryParams
impl UnwindSafe for IvfQueryParams
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