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