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