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