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