pub enum Request2ParsePath {
StrictNoCookie,
StrictWithCookie,
AmbiguousPreferredNoCookie,
AmbiguousPreferredWithCookie,
LegacyHeuristic,
}Variants§
StrictNoCookie
StrictWithCookie
AmbiguousPreferredNoCookie
AmbiguousPreferredWithCookie
LegacyHeuristic
Trait Implementations§
Source§impl Clone for Request2ParsePath
impl Clone for Request2ParsePath
Source§fn clone(&self) -> Request2ParsePath
fn clone(&self) -> Request2ParsePath
Returns a duplicate 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 Request2ParsePath
impl Debug for Request2ParsePath
Source§impl PartialEq for Request2ParsePath
impl PartialEq for Request2ParsePath
impl Copy for Request2ParsePath
impl Eq for Request2ParsePath
impl StructuralPartialEq for Request2ParsePath
Auto Trait Implementations§
impl Freeze for Request2ParsePath
impl RefUnwindSafe for Request2ParsePath
impl Send for Request2ParsePath
impl Sync for Request2ParsePath
impl Unpin for Request2ParsePath
impl UnsafeUnpin for Request2ParsePath
impl UnwindSafe for Request2ParsePath
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