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