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