pub struct ExecuteBrowserCommandBuilder { /* private fields */ }Implementations§
Source§impl ExecuteBrowserCommandBuilder
impl ExecuteBrowserCommandBuilder
pub fn command_id(self, command_id: impl Into<BrowserCommandId>) -> Self
pub fn build(self) -> Result<ExecuteBrowserCommand, String>
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 moreSource§impl Default for ExecuteBrowserCommandBuilder
impl Default for ExecuteBrowserCommandBuilder
Source§fn default() -> ExecuteBrowserCommandBuilder
fn default() -> ExecuteBrowserCommandBuilder
Returns the “default value” for a type. Read more
Auto 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