pub struct LocalStreamEngine { /* private fields */ }Expand description
Local implementation of StreamEngine using per-subscriber channels and poll semantics.
Implementations§
Trait Implementations§
Source§impl Default for LocalStreamEngine
impl Default for LocalStreamEngine
Source§impl StreamEngine for LocalStreamEngine
impl StreamEngine for LocalStreamEngine
Auto Trait Implementations§
impl !Freeze for LocalStreamEngine
impl RefUnwindSafe for LocalStreamEngine
impl Send for LocalStreamEngine
impl Sync for LocalStreamEngine
impl Unpin for LocalStreamEngine
impl UnsafeUnpin for LocalStreamEngine
impl UnwindSafe for LocalStreamEngine
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