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