pub struct TreeEngineConfig {
pub executor: ExecutorConfig,
}Expand description
Configuration for constructing a TreeEngine.
Fields§
§executor: ExecutorConfigConfiguration forwarded to the underlying executor.
Trait Implementations§
Source§impl Default for TreeEngineConfig
impl Default for TreeEngineConfig
Source§fn default() -> TreeEngineConfig
fn default() -> TreeEngineConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TreeEngineConfig
impl RefUnwindSafe for TreeEngineConfig
impl Send for TreeEngineConfig
impl Sync for TreeEngineConfig
impl Unpin for TreeEngineConfig
impl UnsafeUnpin for TreeEngineConfig
impl UnwindSafe for TreeEngineConfig
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