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