pub struct IntegrateConfig {
pub enable_integration_test: bool,
pub enable_local_dependency: bool,
pub rust_crate_name: Option<String>,
pub rust_crate_dir: String,
}
Fields§
§enable_integration_test: bool
§enable_local_dependency: bool
§rust_crate_name: Option<String>
§rust_crate_dir: String
Auto Trait Implementations§
impl Freeze for IntegrateConfig
impl RefUnwindSafe for IntegrateConfig
impl Send for IntegrateConfig
impl Sync for IntegrateConfig
impl Unpin for IntegrateConfig
impl UnwindSafe for IntegrateConfig
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