pub struct UnresolveReviewThreadPayload;Trait Implementations§
Source§impl HasField<thread> for UnresolveReviewThreadPayload
impl HasField<thread> for UnresolveReviewThreadPayload
Source§type Type = Option<PullRequestReviewThread>
type Type = Option<PullRequestReviewThread>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for UnresolveReviewThreadPayload
impl RefUnwindSafe for UnresolveReviewThreadPayload
impl Send for UnresolveReviewThreadPayload
impl Sync for UnresolveReviewThreadPayload
impl Unpin for UnresolveReviewThreadPayload
impl UnwindSafe for UnresolveReviewThreadPayload
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