pub enum ParallelOption {
Safe,
Restricted,
Unsafe,
}
Expand description
Corresponds to the PARALLEL
and MFINALFUNC_MODIFY
in CREATE AGGREGATE
.
Variants§
Trait Implementations§
Source§impl Clone for ParallelOption
impl Clone for ParallelOption
Source§fn clone(&self) -> ParallelOption
fn clone(&self) -> ParallelOption
Returns a copy of the value. Read more
1.0.0 · 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 ParallelOption
impl Debug for ParallelOption
Source§impl Hash for ParallelOption
impl Hash for ParallelOption
Source§impl Ord for ParallelOption
impl Ord for ParallelOption
Source§fn cmp(&self, other: &ParallelOption) -> Ordering
fn cmp(&self, other: &ParallelOption) -> Ordering
1.21.0 · 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 ParallelOption
impl PartialEq for ParallelOption
Source§impl PartialOrd for ParallelOption
impl PartialOrd for ParallelOption
Source§impl ToSql for ParallelOption
impl ToSql for ParallelOption
impl Copy for ParallelOption
impl Eq for ParallelOption
impl StructuralPartialEq for ParallelOption
Auto Trait Implementations§
impl Freeze for ParallelOption
impl RefUnwindSafe for ParallelOption
impl Send for ParallelOption
impl Sync for ParallelOption
impl Unpin for ParallelOption
impl UnwindSafe for ParallelOption
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.