pub struct Joined<I, S> {
iter: I,
separator: S,
}
Fields
iter: I
separator: S
Trait Implementations
Auto Trait Implementations
impl<I, S> RefUnwindSafe for Joined<I, S> where
I: RefUnwindSafe,
S: RefUnwindSafe,
impl<I, S> Send for Joined<I, S> where
I: Send,
S: Send,
impl<I, S> Sync for Joined<I, S> where
I: Sync,
S: Sync,
impl<I, S> Unpin for Joined<I, S> where
I: Unpin,
S: Unpin,
impl<I, S> UnwindSafe for Joined<I, S> where
I: UnwindSafe,
S: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more