pub fn with_scheme<C: Connect + Clone + Send + Sync + 'static>( scheme: String, ) -> DockerEngineClientOption<C>
with_scheme overrides the client scheme with the specified one.