pub struct Join<I, S> { /* private fields */ }Expand description
See join().
Trait Implementations§
impl<I: Copy, S: Copy> Copy for Join<I, S>
Auto Trait Implementations§
impl<I, S> Freeze for Join<I, S>
impl<I, S> RefUnwindSafe for Join<I, S>where
I: RefUnwindSafe,
S: RefUnwindSafe,
impl<I, S> Send for Join<I, S>
impl<I, S> Sync for Join<I, S>
impl<I, S> Unpin for Join<I, S>
impl<I, S> UnwindSafe for Join<I, S>where
I: UnwindSafe,
S: 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