pub enum QueryExecution {
ReadOnly,
Write,
Migration,
RawNoRetry,
}Variants§
Trait Implementations§
Source§impl Clone for QueryExecution
impl Clone for QueryExecution
Source§fn clone(&self) -> QueryExecution
fn clone(&self) -> QueryExecution
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 moreSource§impl Debug for QueryExecution
impl Debug for QueryExecution
Source§impl Hash for QueryExecution
impl Hash for QueryExecution
Source§impl Ord for QueryExecution
impl Ord for QueryExecution
Source§fn cmp(&self, other: &QueryExecution) -> Ordering
fn cmp(&self, other: &QueryExecution) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for QueryExecution
impl PartialEq for QueryExecution
Source§fn eq(&self, other: &QueryExecution) -> bool
fn eq(&self, other: &QueryExecution) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for QueryExecution
impl PartialOrd for QueryExecution
impl Copy for QueryExecution
impl Eq for QueryExecution
impl StructuralPartialEq for QueryExecution
Auto Trait Implementations§
impl Freeze for QueryExecution
impl RefUnwindSafe for QueryExecution
impl Send for QueryExecution
impl Sync for QueryExecution
impl Unpin for QueryExecution
impl UnsafeUnpin for QueryExecution
impl UnwindSafe for QueryExecution
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