pub struct CreateCommentRequestBody { /* private fields */ }
Trait Implementations§
Source§impl Debug for CreateCommentRequestBody
impl Debug for CreateCommentRequestBody
Auto Trait Implementations§
impl Freeze for CreateCommentRequestBody
impl RefUnwindSafe for CreateCommentRequestBody
impl Send for CreateCommentRequestBody
impl Sync for CreateCommentRequestBody
impl Unpin for CreateCommentRequestBody
impl UnwindSafe for CreateCommentRequestBody
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