pub struct DriverInfo {
pub driver_path: String,
pub version: String,
}
Expand description
Information about the installed ChromeDriver
Fields§
§driver_path: String
Path to the ChromeDriver executable
version: String
Installed version
Auto Trait Implementations§
impl Freeze for DriverInfo
impl RefUnwindSafe for DriverInfo
impl Send for DriverInfo
impl Sync for DriverInfo
impl Unpin for DriverInfo
impl UnwindSafe for DriverInfo
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