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