pub struct UpdatePullRequestCommentRequest {
pub body: String,
}Expand description
Request to update a pull request comment.
Fields§
§body: StringComment body content (Markdown, required)
Trait Implementations§
Source§impl Clone for UpdatePullRequestCommentRequest
impl Clone for UpdatePullRequestCommentRequest
Source§fn clone(&self) -> UpdatePullRequestCommentRequest
fn clone(&self) -> UpdatePullRequestCommentRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UpdatePullRequestCommentRequest
impl RefUnwindSafe for UpdatePullRequestCommentRequest
impl Send for UpdatePullRequestCommentRequest
impl Sync for UpdatePullRequestCommentRequest
impl Unpin for UpdatePullRequestCommentRequest
impl UnsafeUnpin for UpdatePullRequestCommentRequest
impl UnwindSafe for UpdatePullRequestCommentRequest
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