pub struct Cycle;Trait Implementations§
Source§impl HasField<__typename> for Cycle
impl HasField<__typename> for Cycle
Source§impl HasField<archivedAt> for Cycle
impl HasField<archivedAt> for Cycle
Source§impl HasField<autoArchivedAt> for Cycle
impl HasField<autoArchivedAt> for Cycle
Source§impl HasField<completedAt> for Cycle
impl HasField<completedAt> for Cycle
Source§impl HasField<completedIssueCountHistory> for Cycle
impl HasField<completedIssueCountHistory> for Cycle
Source§impl HasField<completedScopeHistory> for Cycle
impl HasField<completedScopeHistory> for Cycle
Source§impl HasField<currentProgress> for Cycle
impl HasField<currentProgress> for Cycle
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<description> for Cycle
impl HasField<description> for Cycle
Source§impl HasField<inProgressScopeHistory> for Cycle
impl HasField<inProgressScopeHistory> for Cycle
Source§impl HasField<inheritedFrom> for Cycle
impl HasField<inheritedFrom> for Cycle
Source§impl HasField<isPrevious> for Cycle
impl HasField<isPrevious> for Cycle
Source§impl HasField<issueCountHistory> for Cycle
impl HasField<issueCountHistory> for Cycle
Source§impl HasField<issues> for Cycle
impl HasField<issues> for Cycle
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<progressHistory> for Cycle
impl HasField<progressHistory> for Cycle
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Source§impl HasField<scopeHistory> for Cycle
impl HasField<scopeHistory> for Cycle
Source§impl HasField<uncompletedIssuesUponClose> for Cycle
impl HasField<uncompletedIssuesUponClose> for Cycle
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
impl HasSubtype<Cycle> for Node
Auto Trait Implementations§
impl Freeze for Cycle
impl RefUnwindSafe for Cycle
impl Send for Cycle
impl Sync for Cycle
impl Unpin for Cycle
impl UnwindSafe for Cycle
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