pub struct ExecuteBrowserCommandBuilder { /* private fields */ }Expand description
Builder for ExecuteBrowserCommand.
Implementations§
Source§impl ExecuteBrowserCommandBuilder
impl ExecuteBrowserCommandBuilder
pub fn command_id<VALUE: Into<BrowserCommandId>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<ExecuteBrowserCommand, ExecuteBrowserCommandBuilderError>
pub fn build( &self, ) -> Result<ExecuteBrowserCommand, ExecuteBrowserCommandBuilderError>
Trait Implementations§
Source§impl Clone for ExecuteBrowserCommandBuilder
impl Clone for ExecuteBrowserCommandBuilder
Source§fn clone(&self) -> ExecuteBrowserCommandBuilder
fn clone(&self) -> ExecuteBrowserCommandBuilder
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 moreAuto Trait Implementations§
impl Freeze for ExecuteBrowserCommandBuilder
impl RefUnwindSafe for ExecuteBrowserCommandBuilder
impl Send for ExecuteBrowserCommandBuilder
impl Sync for ExecuteBrowserCommandBuilder
impl Unpin for ExecuteBrowserCommandBuilder
impl UnsafeUnpin for ExecuteBrowserCommandBuilder
impl UnwindSafe for ExecuteBrowserCommandBuilder
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