pub struct AddCommentPayload {
pub body: Value,
}Expand description
Request body for adding a comment.
Fields§
§body: ValueComment body — plain text (v2) or ADF (v3)
Trait Implementations§
Source§impl Clone for AddCommentPayload
impl Clone for AddCommentPayload
Source§fn clone(&self) -> AddCommentPayload
fn clone(&self) -> AddCommentPayload
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 AddCommentPayload
impl Debug for AddCommentPayload
Auto Trait Implementations§
impl Freeze for AddCommentPayload
impl RefUnwindSafe for AddCommentPayload
impl Send for AddCommentPayload
impl Sync for AddCommentPayload
impl Unpin for AddCommentPayload
impl UnsafeUnpin for AddCommentPayload
impl UnwindSafe for AddCommentPayload
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