pub struct ExecutorConfig {
pub app_name: String,
pub runner_config: Arc<RunnerConfig>,
}Fields§
§app_name: String§runner_config: Arc<RunnerConfig>Auto Trait Implementations§
impl Freeze for ExecutorConfig
impl !RefUnwindSafe for ExecutorConfig
impl Send for ExecutorConfig
impl Sync for ExecutorConfig
impl Unpin for ExecutorConfig
impl !UnwindSafe for ExecutorConfig
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more