pub struct CreatePullRequestCommentRequest {
pub body: String,
}Expand description
Request to create a pull request comment.
Fields§
§body: StringComment body content (Markdown, required)
Trait Implementations§
Source§impl Clone for CreatePullRequestCommentRequest
impl Clone for CreatePullRequestCommentRequest
Source§fn clone(&self) -> CreatePullRequestCommentRequest
fn clone(&self) -> CreatePullRequestCommentRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 CreatePullRequestCommentRequest
impl RefUnwindSafe for CreatePullRequestCommentRequest
impl Send for CreatePullRequestCommentRequest
impl Sync for CreatePullRequestCommentRequest
impl Unpin for CreatePullRequestCommentRequest
impl UnsafeUnpin for CreatePullRequestCommentRequest
impl UnwindSafe for CreatePullRequestCommentRequest
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