pub struct reviewThreads;
Trait Implementations§
Source§impl Field for reviewThreads
impl Field for reviewThreads
Source§impl HasArgument<after> for reviewThreads
impl HasArgument<after> for reviewThreads
Source§impl HasArgument<before> for reviewThreads
impl HasArgument<before> for reviewThreads
Source§impl HasArgument<first> for reviewThreads
impl HasArgument<first> for reviewThreads
Source§impl HasArgument<last> for reviewThreads
impl HasArgument<last> for reviewThreads
Source§impl HasField<reviewThreads> for PullRequest
impl HasField<reviewThreads> for PullRequest
Source§type Type = PullRequestReviewThreadConnection
type Type = PullRequestReviewThreadConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for reviewThreads
impl RefUnwindSafe for reviewThreads
impl Send for reviewThreads
impl Sync for reviewThreads
impl Unpin for reviewThreads
impl UnwindSafe for reviewThreads
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