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