pub struct Stream<I, T, R> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<I, T, R> Freeze for Stream<I, T, R>
impl<I, T, R> RefUnwindSafe for Stream<I, T, R>
impl<I, T, R> !Send for Stream<I, T, R>
impl<I, T, R> Sync for Stream<I, T, R>
impl<I, T, R> Unpin for Stream<I, T, R>
impl<I, T, R> UnwindSafe for Stream<I, T, R>
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