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