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