pub struct EggressRunnerConfig {
pub binary_path: Option<PathBuf>,
pub startup_timeout: Duration,
pub shutdown_timeout: Duration,
pub io_timeout: Duration,
}Fields§
§binary_path: Option<PathBuf>§startup_timeout: Duration§shutdown_timeout: Duration§io_timeout: DurationTrait Implementations§
Source§impl Clone for EggressRunnerConfig
impl Clone for EggressRunnerConfig
Source§fn clone(&self) -> EggressRunnerConfig
fn clone(&self) -> EggressRunnerConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EggressRunnerConfig
impl Debug for EggressRunnerConfig
Auto Trait Implementations§
impl Freeze for EggressRunnerConfig
impl RefUnwindSafe for EggressRunnerConfig
impl Send for EggressRunnerConfig
impl Sync for EggressRunnerConfig
impl Unpin for EggressRunnerConfig
impl UnsafeUnpin for EggressRunnerConfig
impl UnwindSafe for EggressRunnerConfig
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