pub struct LoadedChromePackage {
pub chrome_executable: PathBuf,
pub chromedriver_executable: PathBuf,
}Fields§
§chrome_executable: PathBuf§chromedriver_executable: PathBufTrait Implementations§
Auto Trait Implementations§
impl Freeze for LoadedChromePackage
impl RefUnwindSafe for LoadedChromePackage
impl Send for LoadedChromePackage
impl Sync for LoadedChromePackage
impl Unpin for LoadedChromePackage
impl UnwindSafe for LoadedChromePackage
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