pub struct projectMilestone;Trait Implementations§
Source§impl Field for projectMilestone
impl Field for projectMilestone
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.
Auto Trait Implementations§
impl Freeze for projectMilestone
impl RefUnwindSafe for projectMilestone
impl Send for projectMilestone
impl Sync for projectMilestone
impl Unpin for projectMilestone
impl UnwindSafe for projectMilestone
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