Enum pgx_sql_entity_graph::ExternArgs 
source · pub enum ExternArgs {
}Variants§
CreateOrReplace
Immutable
Strict
Stable
Volatile
Raw
NoGuard
ParallelSafe
ParallelUnsafe
ParallelRestricted
Error(String)
Schema(String)
Name(String)
Cost(String)
Requires(Vec<PositioningRef>)
Trait Implementations§
source§impl Clone for ExternArgs
 
impl Clone for ExternArgs
source§fn clone(&self) -> ExternArgs
 
fn clone(&self) -> ExternArgs
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 ExternArgs
 
impl Debug for ExternArgs
source§impl Display for ExternArgs
 
impl Display for ExternArgs
source§impl Hash for ExternArgs
 
impl Hash for ExternArgs
source§impl Ord for ExternArgs
 
impl Ord for ExternArgs
source§fn cmp(&self, other: &ExternArgs) -> Ordering
 
fn cmp(&self, other: &ExternArgs) -> 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<ExternArgs> for ExternArgs
 
impl PartialEq<ExternArgs> for ExternArgs
source§fn eq(&self, other: &ExternArgs) -> bool
 
fn eq(&self, other: &ExternArgs) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ExternArgs> for ExternArgs
 
impl PartialOrd<ExternArgs> for ExternArgs
source§fn partial_cmp(&self, other: &ExternArgs) -> Option<Ordering>
 
fn partial_cmp(&self, other: &ExternArgs) -> 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 ToTokens for ExternArgs
 
impl ToTokens for ExternArgs
source§fn to_tokens(&self, tokens: &mut TokenStream)
 
fn to_tokens(&self, tokens: &mut TokenStream)
source§fn to_token_stream(&self) -> TokenStream
 
fn to_token_stream(&self) -> TokenStream
source§fn into_token_stream(self) -> TokenStreamwhere
    Self: Sized,
 
fn into_token_stream(self) -> TokenStreamwhere
    Self: Sized,
impl Eq for ExternArgs
impl StructuralEq for ExternArgs
impl StructuralPartialEq for ExternArgs
Auto Trait Implementations§
impl RefUnwindSafe for ExternArgs
impl Send for ExternArgs
impl Sync for ExternArgs
impl Unpin for ExternArgs
impl UnwindSafe for ExternArgs
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.source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Spanned for Twhere
    T: Spanned + ?Sized,
 
impl<T> Spanned for Twhere
    T: Spanned + ?Sized,
source§fn span(&self) -> Span
 
fn span(&self) -> Span
Returns a 
Span covering the complete contents of this syntax tree
node, or Span::call_site() if this node is empty.