pub struct Tx<W> { /* private fields */ }Expand description
Write half. queue buffers; only flush reaches the wire, so one flush can
carry an arbitrary number of requests.
Implementations§
Auto Trait Implementations§
impl<W> Freeze for Tx<W>where
W: Freeze,
impl<W> RefUnwindSafe for Tx<W>where
W: RefUnwindSafe,
impl<W> Send for Tx<W>where
W: Send,
impl<W> Sync for Tx<W>where
W: Sync,
impl<W> Unpin for Tx<W>where
W: Unpin,
impl<W> UnsafeUnpin for Tx<W>where
W: UnsafeUnpin,
impl<W> UnwindSafe for Tx<W>where
W: UnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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