pub struct TxCollection { /* private fields */ }Expand description
Transaction collection for storing intermediate values.
Implementations§
Trait Implementations§
Source§impl Clone for TxCollection
impl Clone for TxCollection
Source§fn clone(&self) -> TxCollection
fn clone(&self) -> TxCollection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Collection for TxCollection
impl Collection for TxCollection
Source§impl Debug for TxCollection
impl Debug for TxCollection
Source§impl Default for TxCollection
impl Default for TxCollection
Source§fn default() -> TxCollection
fn default() -> TxCollection
Returns the “default value” for a type. Read more
Source§impl MutableCollection for TxCollection
impl MutableCollection for TxCollection
Auto Trait Implementations§
impl Freeze for TxCollection
impl RefUnwindSafe for TxCollection
impl Send for TxCollection
impl Sync for TxCollection
impl Unpin for TxCollection
impl UnwindSafe for TxCollection
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