pub enum FinalizeModify {
    ReadOnly,
    Shareable,
    ReadWrite,
}Expand description
Corresponds to the FINALFUNC_MODIFY and MFINALFUNC_MODIFY in CREATE AGGREGATE.
Variants§
Trait Implementations§
source§impl Clone for FinalizeModify
 
impl Clone for FinalizeModify
source§fn clone(&self) -> FinalizeModify
 
fn clone(&self) -> FinalizeModify
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 FinalizeModify
 
impl Debug for FinalizeModify
source§impl Hash for FinalizeModify
 
impl Hash for FinalizeModify
source§impl Ord for FinalizeModify
 
impl Ord for FinalizeModify
source§fn cmp(&self, other: &FinalizeModify) -> Ordering
 
fn cmp(&self, other: &FinalizeModify) -> 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<FinalizeModify> for FinalizeModify
 
impl PartialEq<FinalizeModify> for FinalizeModify
source§fn eq(&self, other: &FinalizeModify) -> bool
 
fn eq(&self, other: &FinalizeModify) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<FinalizeModify> for FinalizeModify
 
impl PartialOrd<FinalizeModify> for FinalizeModify
source§fn partial_cmp(&self, other: &FinalizeModify) -> Option<Ordering>
 
fn partial_cmp(&self, other: &FinalizeModify) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moresource§impl ToSql for FinalizeModify
 
impl ToSql for FinalizeModify
impl Copy for FinalizeModify
impl Eq for FinalizeModify
impl StructuralEq for FinalizeModify
impl StructuralPartialEq for FinalizeModify
Auto Trait Implementations§
impl RefUnwindSafe for FinalizeModify
impl Send for FinalizeModify
impl Sync for FinalizeModify
impl Unpin for FinalizeModify
impl UnwindSafe for FinalizeModify
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
 
impl<Q, K> Equivalent<K> for Qwhere
    Q: Eq + ?Sized,
    K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.