pub struct Resolver {
pub requirements: Vec<Dependency>,
pub source_map: HashMap<String, Box<dyn Source>>,
pub installs: Vec<Install>,
pub requires: Vec<String>,
}
Fields
requirements: Vec<Dependency>
source_map: HashMap<String, Box<dyn Source>>
installs: Vec<Install>
requires: Vec<String>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Resolver
impl !UnwindSafe for Resolver
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more