pub struct BackgroundRunnerConfig {
pub max_concurrent: usize,
pub max_log_bytes: usize,
pub auto_cancel_on_session_end: bool,
}Fields§
§max_concurrent: usize§max_log_bytes: usize§auto_cancel_on_session_end: boolTrait Implementations§
Source§impl Clone for BackgroundRunnerConfig
impl Clone for BackgroundRunnerConfig
Source§fn clone(&self) -> BackgroundRunnerConfig
fn clone(&self) -> BackgroundRunnerConfig
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 BackgroundRunnerConfig
impl Debug for BackgroundRunnerConfig
Auto Trait Implementations§
impl Freeze for BackgroundRunnerConfig
impl RefUnwindSafe for BackgroundRunnerConfig
impl Send for BackgroundRunnerConfig
impl Sync for BackgroundRunnerConfig
impl Unpin for BackgroundRunnerConfig
impl UnsafeUnpin for BackgroundRunnerConfig
impl UnwindSafe for BackgroundRunnerConfig
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