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