pub struct RxTransaction<'a, C>where
C: RxChannel,{ /* private fields */ }Expand description
RX transaction instance
Implementations§
Auto Trait Implementations§
impl<'a, C> Freeze for RxTransaction<'a, C>where
C: Freeze,
impl<'a, C> RefUnwindSafe for RxTransaction<'a, C>where
C: RefUnwindSafe,
impl<'a, C> Send for RxTransaction<'a, C>where
C: Send,
impl<'a, C> Sync for RxTransaction<'a, C>where
C: Sync,
impl<'a, C> Unpin for RxTransaction<'a, C>where
C: Unpin,
impl<'a, C> !UnwindSafe for RxTransaction<'a, C>
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