Struct gitql_parser::aggregation::AggregationPrototype
source · pub struct AggregationPrototype {
pub parameter: DataType,
pub result: DataType,
}
Fields§
§parameter: DataType
§result: DataType
Auto Trait Implementations§
impl RefUnwindSafe for AggregationPrototype
impl Send for AggregationPrototype
impl Sync for AggregationPrototype
impl Unpin for AggregationPrototype
impl UnwindSafe for AggregationPrototype
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more