pub struct Split<'separator, T: Read> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'separator, T> Freeze for Split<'separator, T>where
T: Freeze,
impl<'separator, T> RefUnwindSafe for Split<'separator, T>where
T: RefUnwindSafe,
impl<'separator, T> Send for Split<'separator, T>where
T: Send,
impl<'separator, T> Sync for Split<'separator, T>where
T: Sync,
impl<'separator, T> Unpin for Split<'separator, T>where
T: Unpin,
impl<'separator, T> UnwindSafe for Split<'separator, T>where
T: 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