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