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