pub enum MissingPair {
NameValue,
Domain,
Expires,
MaxAge,
Path,
SameSite,
}Variants§
Trait Implementations§
Source§impl Clone for MissingPair
impl Clone for MissingPair
Source§fn clone(&self) -> MissingPair
fn clone(&self) -> MissingPair
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 MissingPair
impl Debug for MissingPair
Source§impl Display for MissingPair
impl Display for MissingPair
Source§impl From<MissingPair> for ParseError
impl From<MissingPair> for ParseError
Source§fn from(value: MissingPair) -> ParseError
fn from(value: MissingPair) -> ParseError
Converts to this type from the input type.
Source§impl PartialEq for MissingPair
impl PartialEq for MissingPair
Source§fn eq(&self, other: &MissingPair) -> bool
fn eq(&self, other: &MissingPair) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MissingPair
impl StructuralPartialEq for MissingPair
Auto Trait Implementations§
impl Freeze for MissingPair
impl RefUnwindSafe for MissingPair
impl Send for MissingPair
impl Sync for MissingPair
impl Unpin for MissingPair
impl UnsafeUnpin for MissingPair
impl UnwindSafe for MissingPair
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