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