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