pub struct RustConfig {
pub workspace_members: Vec<String>,
pub edition: Option<String>,
}Expand description
Configuration for the Rust resolver, loaded from Cargo.toml.
Fields§
§workspace_members: Vec<String>§edition: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for RustConfig
impl RefUnwindSafe for RustConfig
impl Send for RustConfig
impl Sync for RustConfig
impl Unpin for RustConfig
impl UnsafeUnpin for RustConfig
impl UnwindSafe for RustConfig
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