pub enum BrowserName {
Chrome,
Firefox,
Safari,
}
Variants§
Auto Trait Implementations§
impl Freeze for BrowserName
impl RefUnwindSafe for BrowserName
impl Send for BrowserName
impl Sync for BrowserName
impl Unpin for BrowserName
impl UnwindSafe for BrowserName
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