Struct github_rest::builders::CommentReactionBuilder
source · pub struct CommentReactionBuilder { /* private fields */ }
Expand description
- tags reactions
- post
/repos/{owner}/{repo}/comments/{comment_id}/reactions
- docs https://docs.github.com/rest/reference/reactions#create-reaction-for-a-commit-comment
Create reaction for a commit comment
Create a reaction to a commit comment. A response with an HTTP 200
status means that you already added the reaction type to this commit comment.
Implementations§
Trait Implementations§
source§impl Builder for CommentReactionBuilder
impl Builder for CommentReactionBuilder
source§impl Clone for CommentReactionBuilder
impl Clone for CommentReactionBuilder
source§fn clone(&self) -> CommentReactionBuilder
fn clone(&self) -> CommentReactionBuilder
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 CommentReactionBuilder
impl Default for CommentReactionBuilder
source§fn default() -> CommentReactionBuilder
fn default() -> CommentReactionBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CommentReactionBuilder
impl Send for CommentReactionBuilder
impl Sync for CommentReactionBuilder
impl Unpin for CommentReactionBuilder
impl UnwindSafe for CommentReactionBuilder
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