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