pub struct issueImport;Trait Implementations§
Source§impl Field for issueImport
impl Field for issueImport
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.
Auto Trait Implementations§
impl Freeze for issueImport
impl RefUnwindSafe for issueImport
impl Send for issueImport
impl Sync for issueImport
impl Unpin for issueImport
impl UnwindSafe for issueImport
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