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