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 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 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 UnsafeUnpin 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