pub struct IsFirefox(pub bool);Expand description
Newtype wrapper indicating Firefox browser detection.
Tuple Fields§
§0: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for IsFirefox
impl RefUnwindSafe for IsFirefox
impl Send for IsFirefox
impl Sync for IsFirefox
impl Unpin for IsFirefox
impl UnwindSafe for IsFirefox
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