pub struct There<T>(/* private fields */);
Expand description
Index value to indicate that the target is at some other index of a Cons
.
Trait Implementations§
impl<Tail, Target, TailIndex, C> Contains<Target, There<TailIndex>> for C
Recursive implementation, advancing the index to try resolve the trait again.
Auto Trait Implementations§
impl<T> Freeze for There<T>
impl<T> RefUnwindSafe for There<T>where
T: RefUnwindSafe,
impl<T> Send for There<T>where
T: Send,
impl<T> Sync for There<T>where
T: Sync,
impl<T> Unpin for There<T>where
T: Unpin,
impl<T> UnwindSafe for There<T>where
T: 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