pub struct StreamHandle { /* private fields */ }Implementations§
Source§impl StreamHandle
impl StreamHandle
pub fn receiver(&self) -> &Receiver<WorkspaceEvent>
Auto Trait Implementations§
impl !RefUnwindSafe for StreamHandle
impl !Sync for StreamHandle
impl !UnwindSafe for StreamHandle
impl Freeze for StreamHandle
impl Send for StreamHandle
impl Unpin for StreamHandle
impl UnsafeUnpin for StreamHandle
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