Struct smaug_lib::sources::registry_source::RegistrySource
source · [−]pub struct RegistrySource {
pub version: String,
}
Fields
version: String
Trait Implementations
fn update_resolver(
&self,
resolver: &mut Resolver,
dependency: &Dependency,
destination: &Path
)
Auto Trait Implementations
impl RefUnwindSafe for RegistrySource
impl Send for RegistrySource
impl Sync for RegistrySource
impl Unpin for RegistrySource
impl UnwindSafe for RegistrySource
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