pub struct Milestone;
Trait Implementations§
Source§impl HasField<__typename> for Milestone
impl HasField<__typename> for Milestone
Source§impl HasField<description> for Milestone
impl HasField<description> for Milestone
Source§impl HasField<issues> for Milestone
impl HasField<issues> for Milestone
Source§type Type = IssueConnection
type Type = IssueConnection
The schema marker type of this field.
Source§impl HasField<progressPercentage> for Milestone
impl HasField<progressPercentage> for Milestone
Source§impl HasField<pullRequests> for Milestone
impl HasField<pullRequests> for Milestone
Source§type Type = PullRequestConnection
type Type = PullRequestConnection
The schema marker type of this field.
Source§impl HasField<repository> for Milestone
impl HasField<repository> for Milestone
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<resourcePath> for Milestone
impl HasField<resourcePath> for Milestone
Source§impl HasField<state> for Milestone
impl HasField<state> for Milestone
Source§type Type = MilestoneState
type Type = MilestoneState
The schema marker type of this field.
Source§impl HasField<viewerCanClose> for Milestone
impl HasField<viewerCanClose> for Milestone
Source§impl HasField<viewerCanReopen> for Milestone
impl HasField<viewerCanReopen> for Milestone
impl HasSubtype<Milestone> for Closable
impl HasSubtype<Milestone> for Node
impl HasSubtype<Milestone> for UniformResourceLocatable
Auto Trait Implementations§
impl Freeze for Milestone
impl RefUnwindSafe for Milestone
impl Send for Milestone
impl Sync for Milestone
impl Unpin for Milestone
impl UnwindSafe for Milestone
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