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