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