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