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