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