pub enum StrExtractorPartsKind<'a> {
Method,
Uri,
Header(&'a str),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for StrExtractorPartsKind<'a>
impl<'a> RefUnwindSafe for StrExtractorPartsKind<'a>
impl<'a> Send for StrExtractorPartsKind<'a>
impl<'a> Sync for StrExtractorPartsKind<'a>
impl<'a> Unpin for StrExtractorPartsKind<'a>
impl<'a> UnwindSafe for StrExtractorPartsKind<'a>
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