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