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