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