pub struct RingSender<E> { /* private fields */ }Trait Implementations§
Source§impl<E: Send + 'static + Clone> BaseTx for RingSender<E>
impl<E: Send + 'static + Clone> BaseTx for RingSender<E>
impl<E: Send + 'static> TxMarker for RingSender<E>
Auto Trait Implementations§
impl<E> !Freeze for RingSender<E>
impl<E> !RefUnwindSafe for RingSender<E>
impl<E> Send for RingSender<E>where
E: Send,
impl<E> !Sync for RingSender<E>
impl<E> Unpin for RingSender<E>
impl<E> UnwindSafe for RingSender<E>where
E: RefUnwindSafe,
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