Struct drying_paint::WatchedReceiver
source · [−]pub struct WatchedReceiver<R: ?Sized> { /* private fields */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<R> !RefUnwindSafe for WatchedReceiver<R>
impl<R: ?Sized> Send for WatchedReceiver<R> where
R: Send,
impl<R> !Sync for WatchedReceiver<R>
impl<R: ?Sized> Unpin for WatchedReceiver<R> where
R: Unpin,
impl<R: ?Sized> UnwindSafe for WatchedReceiver<R> where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more