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