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