pub struct UpdateCommentRequest {
pub body: String,
}Expand description
Request to update a comment.
Fields§
§body: StringComment body content (Markdown, required)
Trait Implementations§
Source§impl Clone for UpdateCommentRequest
impl Clone for UpdateCommentRequest
Source§fn clone(&self) -> UpdateCommentRequest
fn clone(&self) -> UpdateCommentRequest
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 UpdateCommentRequest
impl Debug for UpdateCommentRequest
Auto Trait Implementations§
impl Freeze for UpdateCommentRequest
impl RefUnwindSafe for UpdateCommentRequest
impl Send for UpdateCommentRequest
impl Sync for UpdateCommentRequest
impl Unpin for UpdateCommentRequest
impl UnsafeUnpin for UpdateCommentRequest
impl UnwindSafe for UpdateCommentRequest
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