pub struct orderBy;
Trait Implementations§
Source§impl HasArgument<orderBy> for items
impl HasArgument<orderBy> for items
Source§type ArgumentType = Option<ProjectV2ItemOrder>
type ArgumentType = Option<ProjectV2ItemOrder>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for orderBy
impl RefUnwindSafe for orderBy
impl Send for orderBy
impl Sync for orderBy
impl Unpin for orderBy
impl UnwindSafe for orderBy
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