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