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