pub struct EngineState {
pub in_flight_requests: AtomicUsize,
pub parsing_responses: AtomicUsize,
pub processing_items: AtomicUsize,
}Fields§
§in_flight_requests: AtomicUsize§parsing_responses: AtomicUsize§processing_items: AtomicUsizeImplementations§
Trait Implementations§
Source§impl Debug for EngineState
impl Debug for EngineState
Source§impl Default for EngineState
impl Default for EngineState
Source§fn default() -> EngineState
fn default() -> EngineState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for EngineState
impl RefUnwindSafe for EngineState
impl Send for EngineState
impl Sync for EngineState
impl Unpin for EngineState
impl UnwindSafe for EngineState
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