pub struct RedirectLookup<Key, Components>(pub PhantomData<(Key, Components)>);Tuple Fields§
§0: PhantomData<(Key, Components)>Auto Trait Implementations§
impl<Key, Components> Freeze for RedirectLookup<Key, Components>
impl<Key, Components> RefUnwindSafe for RedirectLookup<Key, Components>where
Key: RefUnwindSafe,
Components: RefUnwindSafe,
impl<Key, Components> Send for RedirectLookup<Key, Components>
impl<Key, Components> Sync for RedirectLookup<Key, Components>
impl<Key, Components> Unpin for RedirectLookup<Key, Components>
impl<Key, Components> UnsafeUnpin for RedirectLookup<Key, Components>
impl<Key, Components> UnwindSafe for RedirectLookup<Key, Components>where
Key: UnwindSafe,
Components: UnwindSafe,
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