Struct gitlab::api::projects::repository::commits::CommentOnCommit [−][src]
pub struct CommentOnCommit<'a> { /* fields omitted */ }
Expand description
Post a comment on a specific commit in a project.
Implementations
Create a builder for the endpoint.
Trait Implementations
The body for the endpoint. Read more
Query parameters for the endpoint.
Auto Trait Implementations
impl<'a> RefUnwindSafe for CommentOnCommit<'a>
impl<'a> Send for CommentOnCommit<'a>
impl<'a> Sync for CommentOnCommit<'a>
impl<'a> Unpin for CommentOnCommit<'a>
impl<'a> UnwindSafe for CommentOnCommit<'a>