pub struct ScouterState {
pub runtime: Arc<Runtime>,
}Expand description
Manages the application’s global Tokio runtime.
Fields§
§runtime: Arc<Runtime>Implementations§
Source§impl ScouterState
impl ScouterState
Auto Trait Implementations§
impl Freeze for ScouterState
impl RefUnwindSafe for ScouterState
impl Send for ScouterState
impl Sync for ScouterState
impl Unpin for ScouterState
impl UnwindSafe for ScouterState
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