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