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