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