pub struct There<INDEX>(/* private fields */);Expand description
Type-level index indicating the item is found There (in the tail).
Trait Implementations§
Auto Trait Implementations§
impl<INDEX> Freeze for There<INDEX>
impl<INDEX> RefUnwindSafe for There<INDEX>where
INDEX: RefUnwindSafe,
impl<INDEX> Send for There<INDEX>where
INDEX: Send,
impl<INDEX> Sync for There<INDEX>where
INDEX: Sync,
impl<INDEX> Unpin for There<INDEX>where
INDEX: Unpin,
impl<INDEX> UnsafeUnpin for There<INDEX>
impl<INDEX> UnwindSafe for There<INDEX>where
INDEX: 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