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