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