pub struct LocalEventStream { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Drop for LocalEventStream
impl Drop for LocalEventStream
Source§impl EventStream for LocalEventStream
impl EventStream for LocalEventStream
Auto Trait Implementations§
impl !Freeze for LocalEventStream
impl !RefUnwindSafe for LocalEventStream
impl Send for LocalEventStream
impl Sync for LocalEventStream
impl Unpin for LocalEventStream
impl UnsafeUnpin for LocalEventStream
impl UnwindSafe for LocalEventStream
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