pub struct AddCommentInput {
pub body: Value,
}Expand description
Add comment input.
Fields§
§body: ValueImplementations§
Trait Implementations§
Source§impl Clone for AddCommentInput
impl Clone for AddCommentInput
Source§fn clone(&self) -> AddCommentInput
fn clone(&self) -> AddCommentInput
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 AddCommentInput
impl Debug for AddCommentInput
Auto Trait Implementations§
impl Freeze for AddCommentInput
impl RefUnwindSafe for AddCommentInput
impl Send for AddCommentInput
impl Sync for AddCommentInput
impl Unpin for AddCommentInput
impl UnwindSafe for AddCommentInput
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