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