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 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 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) -> Self
fn from(value: MissingPair) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MissingPair
impl PartialEq for MissingPair
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 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