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