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