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