pub struct IssueTimelineItemsEdge;
Trait Implementations§
Source§impl HasField<__typename> for IssueTimelineItemsEdge
impl HasField<__typename> for IssueTimelineItemsEdge
Source§impl HasField<cursor> for IssueTimelineItemsEdge
impl HasField<cursor> for IssueTimelineItemsEdge
Source§impl HasField<node> for IssueTimelineItemsEdge
impl HasField<node> for IssueTimelineItemsEdge
Source§type Type = Option<IssueTimelineItems>
type Type = Option<IssueTimelineItems>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for IssueTimelineItemsEdge
impl RefUnwindSafe for IssueTimelineItemsEdge
impl Send for IssueTimelineItemsEdge
impl Sync for IssueTimelineItemsEdge
impl Unpin for IssueTimelineItemsEdge
impl UnwindSafe for IssueTimelineItemsEdge
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