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