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