Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Tolfsen <ato@mozilla.com>2016-09-07 19:31:10 +0300
committerAndreas Tolfsen <ato@mozilla.com>2016-09-07 19:31:10 +0300
commitc01e49b1f87f7858131d3ca6c457983820c259a6 (patch)
treece553c0c24869b1a70271f77db43f82cd2f7bc95
parent44e3fbb20021c5e9fc5c6cf8134f0615568f5a60 (diff)
derive Default trait for MarionetteSettings
-rw-r--r--src/marionette.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/marionette.rs b/src/marionette.rs
index 93a5a47..51beea2 100644
--- a/src/marionette.rs
+++ b/src/marionette.rs
@@ -472,6 +472,7 @@ impl FirefoxOptions {
}
}
+#[derive(Default)]
pub struct MarionetteSettings {
pub port: Option<u16>,
pub binary: Option<PathBuf>,