pub struct Rx<U> { /* private fields */ }Expand description
Serial receiver
Implementations§
Source§impl<U> Rx<U>
impl<U> Rx<U>
Trait Implementations§
Auto Trait Implementations§
impl<U> Freeze for Rx<U>
impl<U> RefUnwindSafe for Rx<U>where
U: RefUnwindSafe,
impl<U> Send for Rx<U>where
U: Send,
impl<U> Sync for Rx<U>where
U: Sync,
impl<U> Unpin for Rx<U>where
U: Unpin,
impl<U> UnwindSafe for Rx<U>where
U: UnwindSafe,
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