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