Struct webdriver::command::VoidWebDriverExtensionCommand
source · pub struct VoidWebDriverExtensionCommand;
Trait Implementations§
source§impl Clone for VoidWebDriverExtensionCommand
impl Clone for VoidWebDriverExtensionCommand
source§fn clone(&self) -> VoidWebDriverExtensionCommand
fn clone(&self) -> VoidWebDriverExtensionCommand
Returns a copy 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 WebDriverExtensionCommand for VoidWebDriverExtensionCommand
impl WebDriverExtensionCommand for VoidWebDriverExtensionCommand
fn parameters_json(&self) -> Option<Value>
Auto Trait Implementations§
impl Freeze for VoidWebDriverExtensionCommand
impl RefUnwindSafe for VoidWebDriverExtensionCommand
impl Send for VoidWebDriverExtensionCommand
impl Sync for VoidWebDriverExtensionCommand
impl Unpin for VoidWebDriverExtensionCommand
impl UnwindSafe for VoidWebDriverExtensionCommand
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