pub struct DeleteCommentContentInput {
pub comment_id: String,
}Fields§
§comment_id: StringThe unique, system-generated ID of the comment. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
Trait Implementations§
Source§impl Clone for DeleteCommentContentInput
impl Clone for DeleteCommentContentInput
Source§fn clone(&self) -> DeleteCommentContentInput
fn clone(&self) -> DeleteCommentContentInput
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 moreSource§impl Debug for DeleteCommentContentInput
impl Debug for DeleteCommentContentInput
Source§impl Default for DeleteCommentContentInput
impl Default for DeleteCommentContentInput
Source§fn default() -> DeleteCommentContentInput
fn default() -> DeleteCommentContentInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteCommentContentInput
Auto Trait Implementations§
impl Freeze for DeleteCommentContentInput
impl RefUnwindSafe for DeleteCommentContentInput
impl Send for DeleteCommentContentInput
impl Sync for DeleteCommentContentInput
impl Unpin for DeleteCommentContentInput
impl UnwindSafe for DeleteCommentContentInput
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