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