pub struct TransactionBatch<'a, 'b> { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for TransactionBatch<'a, 'b>
impl<'a, 'b> Send for TransactionBatch<'a, 'b>
impl<'a, 'b> Sync for TransactionBatch<'a, 'b>
impl<'a, 'b> Unpin for TransactionBatch<'a, 'b>
impl<'a, 'b> !UnwindSafe for TransactionBatch<'a, 'b>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more