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