pub struct BrowserName(pub Platform, pub BrowserKind, pub BrowserChannel);Tuple Fields§
§0: Platform§1: BrowserKind§2: BrowserChannelImplementations§
Trait Implementations§
Source§impl Clone for BrowserName
impl Clone for BrowserName
Source§fn clone(&self) -> BrowserName
fn clone(&self) -> BrowserName
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 Debug for BrowserName
impl Debug for BrowserName
impl Copy for BrowserName
Auto Trait Implementations§
impl Freeze for BrowserName
impl RefUnwindSafe for BrowserName
impl Send for BrowserName
impl Sync for BrowserName
impl Unpin for BrowserName
impl UnsafeUnpin 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