pub enum AqlRetrievalMode {
Fast,
Balanced,
Semantic,
Audit,
}Variants§
Trait Implementations§
Source§impl Clone for AqlRetrievalMode
impl Clone for AqlRetrievalMode
Source§fn clone(&self) -> AqlRetrievalMode
fn clone(&self) -> AqlRetrievalMode
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 moreimpl Copy for AqlRetrievalMode
Source§impl Debug for AqlRetrievalMode
impl Debug for AqlRetrievalMode
impl Eq for AqlRetrievalMode
Source§impl PartialEq for AqlRetrievalMode
impl PartialEq for AqlRetrievalMode
Source§fn eq(&self, other: &AqlRetrievalMode) -> bool
fn eq(&self, other: &AqlRetrievalMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AqlRetrievalMode
Auto Trait Implementations§
impl Freeze for AqlRetrievalMode
impl RefUnwindSafe for AqlRetrievalMode
impl Send for AqlRetrievalMode
impl Sync for AqlRetrievalMode
impl Unpin for AqlRetrievalMode
impl UnsafeUnpin for AqlRetrievalMode
impl UnwindSafe for AqlRetrievalMode
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