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