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