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