pub enum CookieAction {
Added,
Removed,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CookieAction
impl Clone for CookieAction
Source§fn clone(&self) -> CookieAction
fn clone(&self) -> CookieAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CookieAction
impl Debug for CookieAction
Source§impl PartialEq for CookieAction
impl PartialEq for CookieAction
Source§fn eq(&self, other: &CookieAction) -> bool
fn eq(&self, other: &CookieAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CookieAction
impl Eq for CookieAction
impl StructuralPartialEq for CookieAction
Auto Trait Implementations§
impl Freeze for CookieAction
impl RefUnwindSafe for CookieAction
impl Send for CookieAction
impl Sync for CookieAction
impl Unpin for CookieAction
impl UnsafeUnpin for CookieAction
impl UnwindSafe for CookieAction
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