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