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