pub struct projectMilestoneId;Trait Implementations§
Source§impl Field for projectMilestoneId
impl Field for projectMilestoneId
impl HasInputField<projectMilestoneId, Option<String>> for IssueUpdateInput
Auto Trait Implementations§
impl Freeze for projectMilestoneId
impl RefUnwindSafe for projectMilestoneId
impl Send for projectMilestoneId
impl Sync for projectMilestoneId
impl Unpin for projectMilestoneId
impl UnwindSafe for projectMilestoneId
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