Struct github_rest::builders::CommitCommentBuilder
source · pub struct CommitCommentBuilder { /* private fields */ }
Expand description
- tags repos
- post
/repos/{owner}/{repo}/commits/{commit_sha}/comments
- docs https://docs.github.com/rest/reference/repos#create-a-commit-comment
Create a commit comment
Create a comment for a commit using its :commit_sha
.
This endpoint triggers notifications. Creating content too quickly using this endpoint may result in secondary rate limiting. See “Secondary rate limits” and “Dealing with secondary rate limits” for details.
Implementations§
Trait Implementations§
source§impl Builder for CommitCommentBuilder
impl Builder for CommitCommentBuilder
source§impl Clone for CommitCommentBuilder
impl Clone for CommitCommentBuilder
source§fn clone(&self) -> CommitCommentBuilder
fn clone(&self) -> CommitCommentBuilder
Returns a copy 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 moresource§impl Default for CommitCommentBuilder
impl Default for CommitCommentBuilder
source§fn default() -> CommitCommentBuilder
fn default() -> CommitCommentBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CommitCommentBuilder
impl Send for CommitCommentBuilder
impl Sync for CommitCommentBuilder
impl Unpin for CommitCommentBuilder
impl UnwindSafe for CommitCommentBuilder
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