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