pub struct GetBrowserCommandLineBuilder;Implementations§
Source§impl GetBrowserCommandLineBuilder
impl GetBrowserCommandLineBuilder
pub fn new() -> Self
pub fn build(self) -> GetBrowserCommandLine
Trait Implementations§
Source§impl Clone for GetBrowserCommandLineBuilder
impl Clone for GetBrowserCommandLineBuilder
Source§fn clone(&self) -> GetBrowserCommandLineBuilder
fn clone(&self) -> GetBrowserCommandLineBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetBrowserCommandLineBuilder
impl Debug for GetBrowserCommandLineBuilder
Source§impl Default for GetBrowserCommandLineBuilder
impl Default for GetBrowserCommandLineBuilder
Source§fn default() -> GetBrowserCommandLineBuilder
fn default() -> GetBrowserCommandLineBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBrowserCommandLineBuilder
impl RefUnwindSafe for GetBrowserCommandLineBuilder
impl Send for GetBrowserCommandLineBuilder
impl Sync for GetBrowserCommandLineBuilder
impl Unpin for GetBrowserCommandLineBuilder
impl UnsafeUnpin for GetBrowserCommandLineBuilder
impl UnwindSafe for GetBrowserCommandLineBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more