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