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