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