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