pub struct LocalRx { /* private fields */ }
Expand description
Rx Helper type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalRx
impl !RefUnwindSafe for LocalRx
impl Send for LocalRx
impl Sync for LocalRx
impl Unpin for LocalRx
impl !UnwindSafe for LocalRx
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