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