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