pub struct HandlerConfig {
pub graph_build_configs: DependencyGraphBuildConfigs,
pub metadata_configs: CollectMetadataConfig,
pub tree_config: TreePrintConfig,
pub rules_path: Option<PathBuf>,
}Fields§
§graph_build_configs: DependencyGraphBuildConfigs§metadata_configs: CollectMetadataConfig§tree_config: TreePrintConfig§rules_path: Option<PathBuf>Auto Trait Implementations§
impl Freeze for HandlerConfig
impl RefUnwindSafe for HandlerConfig
impl Send for HandlerConfig
impl Sync for HandlerConfig
impl Unpin for HandlerConfig
impl UnsafeUnpin for HandlerConfig
impl UnwindSafe for HandlerConfig
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