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