pub struct UpdateTaskCommentBodyV1 {
pub content: String,
}Expand description
更新任务评论请求体(v1) 更新任务评论请求体。
Fields§
§content: String评论内容
Trait Implementations§
Source§impl Clone for UpdateTaskCommentBodyV1
impl Clone for UpdateTaskCommentBodyV1
Source§fn clone(&self) -> UpdateTaskCommentBodyV1
fn clone(&self) -> UpdateTaskCommentBodyV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateTaskCommentBodyV1
impl Debug for UpdateTaskCommentBodyV1
Source§impl Default for UpdateTaskCommentBodyV1
impl Default for UpdateTaskCommentBodyV1
Source§fn default() -> UpdateTaskCommentBodyV1
fn default() -> UpdateTaskCommentBodyV1
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateTaskCommentBodyV1
impl RefUnwindSafe for UpdateTaskCommentBodyV1
impl Send for UpdateTaskCommentBodyV1
impl Sync for UpdateTaskCommentBodyV1
impl Unpin for UpdateTaskCommentBodyV1
impl UnsafeUnpin for UpdateTaskCommentBodyV1
impl UnwindSafe for UpdateTaskCommentBodyV1
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