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