pub struct PostCommentBody {
pub body: String,
}
Expand description
Comment related types
Fields§
§body: String
Trait Implementations§
Source§impl Clone for PostCommentBody
impl Clone for PostCommentBody
Source§fn clone(&self) -> PostCommentBody
fn clone(&self) -> PostCommentBody
Returns a copy 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 PostCommentBody
impl Debug for PostCommentBody
Auto Trait Implementations§
impl Freeze for PostCommentBody
impl RefUnwindSafe for PostCommentBody
impl Send for PostCommentBody
impl Sync for PostCommentBody
impl Unpin for PostCommentBody
impl UnwindSafe for PostCommentBody
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