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