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