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