pub struct pullRequestReviewId;Trait Implementations§
Source§impl Field for pullRequestReviewId
impl Field for pullRequestReviewId
impl HasInputField<pullRequestReviewId, Option<Id>> for SubmitPullRequestReviewInput
Auto Trait Implementations§
impl Freeze for pullRequestReviewId
impl RefUnwindSafe for pullRequestReviewId
impl Send for pullRequestReviewId
impl Sync for pullRequestReviewId
impl Unpin for pullRequestReviewId
impl UnwindSafe for pullRequestReviewId
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