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