pub struct DeleteCommentRequest {
pub project_key: String,
pub work_item_type_key: String,
pub work_item_id: i64,
pub comment_id: i64,
}Fields§
§project_key: String§work_item_type_key: String§work_item_id: i64§comment_id: i64Trait Implementations§
Source§impl Debug for DeleteCommentRequest
impl Debug for DeleteCommentRequest
Source§impl Default for DeleteCommentRequest
impl Default for DeleteCommentRequest
Source§fn default() -> DeleteCommentRequest
fn default() -> DeleteCommentRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteCommentRequest
impl RefUnwindSafe for DeleteCommentRequest
impl Send for DeleteCommentRequest
impl Sync for DeleteCommentRequest
impl Unpin for DeleteCommentRequest
impl UnwindSafe for DeleteCommentRequest
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