pub struct InputStream<Registry: PollableRegistry> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<Registry> !Freeze for InputStream<Registry>
impl<Registry> RefUnwindSafe for InputStream<Registry>
impl<Registry> Send for InputStream<Registry>
impl<Registry> Sync for InputStream<Registry>
impl<Registry> Unpin for InputStream<Registry>
impl<Registry> UnsafeUnpin for InputStream<Registry>
impl<Registry> UnwindSafe for InputStream<Registry>
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