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