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