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