Enum decrypt_cookies::browser::Browser
source · pub enum Browser {
Firefox,
Librewolf,
Chrome,
Edge,
Chromium,
Brave,
Yandex,
Vivaldi,
Opera,
}
Variants§
Firefox
win, mac, linux
Librewolf
win, mac, linux
Chrome
win, mac, linux
Edge
win, mac, linux
Chromium
win, mac, linux
Brave
win, mac, linux
Yandex
win, mac, linux
Vivaldi
win, mac, linux
Opera
win, mac, linux
Implementations§
Trait Implementations§
source§impl IntoEnumIterator for Browser
impl IntoEnumIterator for Browser
type Iterator = BrowserIter
fn iter() -> BrowserIter ⓘ
source§impl PartialEq for Browser
impl PartialEq for Browser
impl Copy for Browser
impl Eq for Browser
impl StructuralPartialEq for Browser
Auto Trait Implementations§
impl Freeze for Browser
impl RefUnwindSafe for Browser
impl Send for Browser
impl Sync for Browser
impl Unpin for Browser
impl UnwindSafe for Browser
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
source§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.