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