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