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