pub struct SignalStream<'a, P: Path + ?Sized> { /* private fields */ }Expand description
A Stream. See signal_stream.
Trait Implementations§
Source§impl<'a, P: Path + ?Sized> Stream for SignalStream<'a, P>
impl<'a, P: Path + ?Sized> Stream for SignalStream<'a, P>
Auto Trait Implementations§
impl<'a, P> Freeze for SignalStream<'a, P>where
P: ?Sized,
impl<'a, P> !RefUnwindSafe for SignalStream<'a, P>
impl<'a, P> !Send for SignalStream<'a, P>
impl<'a, P> !Sync for SignalStream<'a, P>
impl<'a, P> Unpin for SignalStream<'a, P>where
P: ?Sized,
impl<'a, P> !UnwindSafe for SignalStream<'a, P>
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