pub struct RedditApiPostShowCommentRequestOutBody {
pub body: Value,
}Fields§
§body: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for RedditApiPostShowCommentRequestOutBody
impl RefUnwindSafe for RedditApiPostShowCommentRequestOutBody
impl Send for RedditApiPostShowCommentRequestOutBody
impl Sync for RedditApiPostShowCommentRequestOutBody
impl Unpin for RedditApiPostShowCommentRequestOutBody
impl UnsafeUnpin for RedditApiPostShowCommentRequestOutBody
impl UnwindSafe for RedditApiPostShowCommentRequestOutBody
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