pub struct timelineItems;
Trait Implementations§
Source§impl Field for timelineItems
impl Field for timelineItems
Source§impl HasArgument<after> for timelineItems
impl HasArgument<after> for timelineItems
Source§impl HasArgument<before> for timelineItems
impl HasArgument<before> for timelineItems
Source§impl HasArgument<first> for timelineItems
impl HasArgument<first> for timelineItems
Source§impl HasArgument<itemTypes> for timelineItems
impl HasArgument<itemTypes> for timelineItems
Source§type ArgumentType = Option<Vec<IssueTimelineItemsItemType>>
type ArgumentType = Option<Vec<IssueTimelineItemsItemType>>
The schema marker type of this argument.
Source§impl HasArgument<last> for timelineItems
impl HasArgument<last> for timelineItems
Source§impl HasArgument<since> for timelineItems
impl HasArgument<since> for timelineItems
Source§impl HasArgument<skip> for timelineItems
impl HasArgument<skip> for timelineItems
Source§impl HasField<timelineItems> for Issue
impl HasField<timelineItems> for Issue
Source§type Type = IssueTimelineItemsConnection
type Type = IssueTimelineItemsConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for timelineItems
impl RefUnwindSafe for timelineItems
impl Send for timelineItems
impl Sync for timelineItems
impl Unpin for timelineItems
impl UnwindSafe for timelineItems
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