pub struct Concat<I>(pub I);
Tuple Fields§
§0: I
Trait Implementations§
Source§impl<I: Ord> Ord for Concat<I>
impl<I: Ord> Ord for Concat<I>
Source§impl<I: PartialOrd> PartialOrd for Concat<I>
impl<I: PartialOrd> PartialOrd for Concat<I>
Source§impl<I> RenderOnce for Concat<I>
impl<I> RenderOnce for Concat<I>
Source§fn render_once(self, tmpl: &mut TemplateBuffer<'_>)
fn render_once(self, tmpl: &mut TemplateBuffer<'_>)
Render this into a template buffer.
impl<I: Copy> Copy for Concat<I>
impl<I: Eq> Eq for Concat<I>
impl<I> StructuralPartialEq for Concat<I>
Auto Trait Implementations§
impl<I> Freeze for Concat<I>where
I: Freeze,
impl<I> RefUnwindSafe for Concat<I>where
I: RefUnwindSafe,
impl<I> Send for Concat<I>where
I: Send,
impl<I> Sync for Concat<I>where
I: Sync,
impl<I> Unpin for Concat<I>where
I: Unpin,
impl<I> UnwindSafe for Concat<I>where
I: 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