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