pub struct groupByFields;
Trait Implementations§
Source§impl Field for groupByFields
impl Field for groupByFields
Source§impl HasArgument<after> for groupByFields
impl HasArgument<after> for groupByFields
Source§impl HasArgument<before> for groupByFields
impl HasArgument<before> for groupByFields
Source§impl HasArgument<first> for groupByFields
impl HasArgument<first> for groupByFields
Source§impl HasArgument<last> for groupByFields
impl HasArgument<last> for groupByFields
Source§impl HasArgument<orderBy> for groupByFields
impl HasArgument<orderBy> for groupByFields
Source§type ArgumentType = Option<ProjectV2FieldOrder>
type ArgumentType = Option<ProjectV2FieldOrder>
The schema marker type of this argument.
Source§impl HasField<groupByFields> for ProjectV2View
impl HasField<groupByFields> for ProjectV2View
Source§type Type = Option<ProjectV2FieldConfigurationConnection>
type Type = Option<ProjectV2FieldConfigurationConnection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for groupByFields
impl RefUnwindSafe for groupByFields
impl Send for groupByFields
impl Sync for groupByFields
impl Unpin for groupByFields
impl UnwindSafe for groupByFields
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