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