Struct pgrx_sql_entity_graph::AggregateTypeList
source · pub struct AggregateTypeList {
pub found: Vec<AggregateType>,
pub original: Type,
}Fields§
§found: Vec<AggregateType>§original: TypeImplementations§
Trait Implementations§
source§impl Clone for AggregateTypeList
impl Clone for AggregateTypeList
source§fn clone(&self) -> AggregateTypeList
fn clone(&self) -> AggregateTypeList
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 AggregateTypeList
impl Debug for AggregateTypeList
source§impl Parse for AggregateTypeList
impl Parse for AggregateTypeList
source§impl ToTokens for AggregateTypeList
impl ToTokens for AggregateTypeList
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 RefUnwindSafe for AggregateTypeList
impl !Send for AggregateTypeList
impl !Sync for AggregateTypeList
impl Unpin for AggregateTypeList
impl UnwindSafe for AggregateTypeList
Blanket Implementations§
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.