pub struct replyTo;
Trait Implementations§
Source§impl HasField<replyTo> for PullRequestReviewComment
impl HasField<replyTo> for PullRequestReviewComment
Source§type Type = Option<PullRequestReviewComment>
type Type = Option<PullRequestReviewComment>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for replyTo
impl RefUnwindSafe for replyTo
impl Send for replyTo
impl Sync for replyTo
impl Unpin for replyTo
impl UnwindSafe for replyTo
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