pub struct TxQueue { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for TxQueue
impl !RefUnwindSafe for TxQueue
impl Send for TxQueue
impl !Sync for TxQueue
impl Unpin for TxQueue
impl UnsafeUnpin for TxQueue
impl !UnwindSafe for TxQueue
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