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