pub struct PreparedQuantizedQuery { /* private fields */ }Trait Implementations§
Source§impl Clone for PreparedQuantizedQuery
impl Clone for PreparedQuantizedQuery
Source§fn clone(&self) -> PreparedQuantizedQuery
fn clone(&self) -> PreparedQuantizedQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PreparedQuantizedQuery
impl RefUnwindSafe for PreparedQuantizedQuery
impl Send for PreparedQuantizedQuery
impl Sync for PreparedQuantizedQuery
impl Unpin for PreparedQuantizedQuery
impl UnsafeUnpin for PreparedQuantizedQuery
impl UnwindSafe for PreparedQuantizedQuery
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