pub struct There<Idx>(/* private fields */);Expand description
Index marker for one position deeper in the list.
Auto Trait Implementations§
impl<Idx> Freeze for There<Idx>
impl<Idx> RefUnwindSafe for There<Idx>where
Idx: RefUnwindSafe,
impl<Idx> Send for There<Idx>where
Idx: Send,
impl<Idx> Sync for There<Idx>where
Idx: Sync,
impl<Idx> Unpin for There<Idx>where
Idx: Unpin,
impl<Idx> UnsafeUnpin for There<Idx>
impl<Idx> UnwindSafe for There<Idx>where
Idx: 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
Source§impl<H, TailTarget, Source, Idx> Embed<RenderTList<H, TailTarget>, There<Idx>> for Sourcewhere
TailTarget: IsRenderList,
Source: Embed<TailTarget, Idx>,
impl<H, TailTarget, Source, Idx> Embed<RenderTList<H, TailTarget>, There<Idx>> for Sourcewhere
TailTarget: IsRenderList,
Source: Embed<TailTarget, Idx>,
Source§fn embed(self) -> RenderTList<H, TailTarget>
fn embed(self) -> RenderTList<H, TailTarget>
Converts
self into Target.