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