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