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