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