Struct miniblink_sys::wkeCookieCommand
source · #[repr(transparent)]pub struct wkeCookieCommand(pub c_int);Tuple Fields§
§0: c_intImplementations§
source§impl _wkeCookieCommand
impl _wkeCookieCommand
pub const wkeCookieCommandClearAllCookies: _wkeCookieCommand = _
source§impl _wkeCookieCommand
impl _wkeCookieCommand
pub const wkeCookieCommandClearSessionCookies: _wkeCookieCommand = _
source§impl _wkeCookieCommand
impl _wkeCookieCommand
pub const wkeCookieCommandFlushCookiesToFile: _wkeCookieCommand = _
source§impl _wkeCookieCommand
impl _wkeCookieCommand
pub const wkeCookieCommandReloadCookiesFromFile: _wkeCookieCommand = _
Trait Implementations§
source§impl Clone for _wkeCookieCommand
impl Clone for _wkeCookieCommand
source§fn clone(&self) -> _wkeCookieCommand
fn clone(&self) -> _wkeCookieCommand
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 _wkeCookieCommand
impl Debug for _wkeCookieCommand
source§impl Hash for _wkeCookieCommand
impl Hash for _wkeCookieCommand
source§impl PartialEq for _wkeCookieCommand
impl PartialEq for _wkeCookieCommand
source§fn eq(&self, other: &_wkeCookieCommand) -> bool
fn eq(&self, other: &_wkeCookieCommand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _wkeCookieCommand
impl Eq for _wkeCookieCommand
impl StructuralPartialEq for _wkeCookieCommand
Auto Trait Implementations§
impl Freeze for _wkeCookieCommand
impl RefUnwindSafe for _wkeCookieCommand
impl Send for _wkeCookieCommand
impl Sync for _wkeCookieCommand
impl Unpin for _wkeCookieCommand
impl UnwindSafe for _wkeCookieCommand
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