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