Struct libgistit::patch::webbrowser::BrowserOptions
source · [−]pub struct BrowserOptions {
pub browser: Option<Browser>,
pub suppress_output: Option<bool>,
pub url: String,
}
Fields
browser: Option<Browser>
suppress_output: Option<bool>
url: String
Implementations
Auto Trait Implementations
impl RefUnwindSafe for BrowserOptions
impl Send for BrowserOptions
impl Sync for BrowserOptions
impl Unpin for BrowserOptions
impl UnwindSafe for BrowserOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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