pub struct children;Trait Implementations§
Source§impl HasArgument<after> for children
impl HasArgument<after> for children
Source§impl HasArgument<before> for children
impl HasArgument<before> for children
Source§impl HasArgument<filter> for children
impl HasArgument<filter> for children
Source§type ArgumentType = Option<IssueFilter>
type ArgumentType = Option<IssueFilter>
The schema marker type of this argument.
Source§impl HasArgument<first> for children
impl HasArgument<first> for children
Source§impl HasArgument<includeArchived> for children
impl HasArgument<includeArchived> for children
Source§impl HasArgument<last> for children
impl HasArgument<last> for children
Source§impl HasArgument<orderBy> for children
impl HasArgument<orderBy> for children
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<children> for IssueSearchResult
impl HasField<children> for IssueSearchResult
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for children
impl RefUnwindSafe for children
impl Send for children
impl Sync for children
impl Unpin for children
impl UnwindSafe for children
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