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