Struct pgx_utils::sql_entity_graph::AggregateType
source · Fields§
§used_ty: UsedType
§name: Option<String>
The name, if it exists.
Implementations§
Trait Implementations§
source§impl Clone for AggregateType
impl Clone for AggregateType
source§fn clone(&self) -> AggregateType
fn clone(&self) -> AggregateType
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 more