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