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