pub struct projectMilestone;Trait Implementations§
Source§impl Field for projectMilestone
impl Field for projectMilestone
Source§impl HasField<projectMilestone> for Issue
impl HasField<projectMilestone> for Issue
Source§type Type = Option<ProjectMilestone>
type Type = Option<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