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