pub struct orderBy;
Trait Implementations§
Source§impl HasArgument<orderBy> for pullRequests
impl HasArgument<orderBy> for pullRequests
Source§type ArgumentType = Option<IssueOrder>
type ArgumentType = Option<IssueOrder>
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