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