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