pub struct ResolveReviewThreadInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for ResolveReviewThreadInput
impl HasInputField<threadId, Id> for ResolveReviewThreadInput
impl InputObjectMarker for ResolveReviewThreadInput
Auto Trait Implementations§
impl Freeze for ResolveReviewThreadInput
impl RefUnwindSafe for ResolveReviewThreadInput
impl Send for ResolveReviewThreadInput
impl Sync for ResolveReviewThreadInput
impl Unpin for ResolveReviewThreadInput
impl UnwindSafe for ResolveReviewThreadInput
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