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