pub struct NotifyStream(/* private fields */);
Trait Implementations§
Source§impl Stream for NotifyStream
impl Stream for NotifyStream
Auto Trait Implementations§
impl Freeze for NotifyStream
impl !RefUnwindSafe for NotifyStream
impl Send for NotifyStream
impl Sync for NotifyStream
impl Unpin for NotifyStream
impl !UnwindSafe for NotifyStream
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