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