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