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