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