pub struct RxToken<'a, 'd> { /* private fields */ }
Expand description
embassy-net
RX token.
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'd> Freeze for RxToken<'a, 'd>
impl<'a, 'd> !RefUnwindSafe for RxToken<'a, 'd>
impl<'a, 'd> Send for RxToken<'a, 'd>
impl<'a, 'd> !Sync for RxToken<'a, 'd>
impl<'a, 'd> Unpin for RxToken<'a, 'd>
impl<'a, 'd> !UnwindSafe for RxToken<'a, 'd>
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