Struct decrypt_cookies::chromium::ChromiumGetter
source · pub struct ChromiumGetter { /* private fields */ }
Expand description
Chromium based, get cookies and decrypt
Implementations§
Trait Implementations§
source§impl Clone for ChromiumGetter
impl Clone for ChromiumGetter
source§fn clone(&self) -> ChromiumGetter
fn clone(&self) -> ChromiumGetter
Returns a copy 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 ChromiumGetter
impl Debug for ChromiumGetter
source§impl Default for ChromiumGetter
impl Default for ChromiumGetter
source§fn default() -> ChromiumGetter
fn default() -> ChromiumGetter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChromiumGetter
impl !RefUnwindSafe for ChromiumGetter
impl Send for ChromiumGetter
impl Sync for ChromiumGetter
impl Unpin for ChromiumGetter
impl !UnwindSafe for ChromiumGetter
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<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.