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