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