Struct decrypt_cookies::firefox::items::FirefoxGetter
source · pub struct FirefoxGetter {
pub cookies_getter: CookiesQuery,
}
Fields§
Trait Implementations§
source§impl Clone for FirefoxGetter
impl Clone for FirefoxGetter
source§fn clone(&self) -> FirefoxGetter
fn clone(&self) -> FirefoxGetter
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 FirefoxGetter
impl Debug for FirefoxGetter
source§impl Default for FirefoxGetter
impl Default for FirefoxGetter
source§fn default() -> FirefoxGetter
fn default() -> FirefoxGetter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FirefoxGetter
impl !RefUnwindSafe for FirefoxGetter
impl Send for FirefoxGetter
impl Sync for FirefoxGetter
impl Unpin for FirefoxGetter
impl !UnwindSafe for FirefoxGetter
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.