pub struct Join<S, I>(pub S, pub I);Tuple Fields§
§0: S§1: ITrait Implementations§
Source§impl<S: Ord, I: Ord> Ord for Join<S, I>
impl<S: Ord, I: Ord> Ord for Join<S, I>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<S: PartialOrd, I: PartialOrd> PartialOrd for Join<S, I>
impl<S: PartialOrd, I: PartialOrd> PartialOrd for Join<S, I>
Source§impl<S, I> RenderOnce for Join<S, I>
impl<S, I> RenderOnce for Join<S, I>
Source§fn render_once(self, tmpl: &mut TemplateBuffer<'_>)
fn render_once(self, tmpl: &mut TemplateBuffer<'_>)
Render this into a template buffer.
impl<S: Copy, I: Copy> Copy for Join<S, I>
impl<S: Eq, I: Eq> Eq for Join<S, I>
impl<S, I> StructuralPartialEq for Join<S, I>
Auto Trait Implementations§
impl<S, I> Freeze for Join<S, I>
impl<S, I> RefUnwindSafe for Join<S, I>where
S: RefUnwindSafe,
I: RefUnwindSafe,
impl<S, I> Send for Join<S, I>
impl<S, I> Sync for Join<S, I>
impl<S, I> Unpin for Join<S, I>
impl<S, I> UnwindSafe for Join<S, I>where
S: UnwindSafe,
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