pub struct TransactionalTrees { /* private fields */ }
Expand description
A type which allows for pluggable transactional capabilities
Auto Trait Implementations§
impl Freeze for TransactionalTrees
impl !RefUnwindSafe for TransactionalTrees
impl !Send for TransactionalTrees
impl !Sync for TransactionalTrees
impl Unpin for TransactionalTrees
impl !UnwindSafe for TransactionalTrees
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