Struct pgx_sql_entity_graph::CodeEnrichment 
source · pub struct CodeEnrichment<T>(pub T);Tuple Fields§
§0: TTrait Implementations§
source§impl Parse for CodeEnrichment<ExtensionSql>
 
impl Parse for CodeEnrichment<ExtensionSql>
source§impl Parse for CodeEnrichment<ExtensionSqlFile>
 
impl Parse for CodeEnrichment<ExtensionSqlFile>
source§impl Parse for CodeEnrichment<PgAggregate>
 
impl Parse for CodeEnrichment<PgAggregate>
source§impl Parse for CodeEnrichment<PgExtern>
 
impl Parse for CodeEnrichment<PgExtern>
source§impl Parse for CodeEnrichment<PostgresEnum>
 
impl Parse for CodeEnrichment<PostgresEnum>
source§impl Parse for CodeEnrichment<PostgresHash>
 
impl Parse for CodeEnrichment<PostgresHash>
source§impl Parse for CodeEnrichment<PostgresOrd>
 
impl Parse for CodeEnrichment<PostgresOrd>
source§impl Parse for CodeEnrichment<PostgresType>
 
impl Parse for CodeEnrichment<PostgresType>
source§impl<T> ToTokens for CodeEnrichment<T>where
    T: ToEntityGraphTokens + ToRustCodeTokens,
 
impl<T> ToTokens for CodeEnrichment<T>where
    T: ToEntityGraphTokens + ToRustCodeTokens,
source§fn to_tokens(&self, tokens: &mut TokenStream2)
 
fn to_tokens(&self, tokens: &mut TokenStream2)
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,
Auto Trait Implementations§
impl<T> RefUnwindSafe for CodeEnrichment<T>where
    T: RefUnwindSafe,
impl<T> Send for CodeEnrichment<T>where
    T: Send,
impl<T> Sync for CodeEnrichment<T>where
    T: Sync,
impl<T> Unpin for CodeEnrichment<T>where
    T: Unpin,
impl<T> UnwindSafe for CodeEnrichment<T>where
    T: UnwindSafe,
Blanket Implementations§
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.