Struct semilattice_database::TransactionRecord
source · [−]pub struct TransactionRecord<'a> { /* private fields */ }Implementations
sourceimpl<'a> TransactionRecord<'a>
impl<'a> TransactionRecord<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for TransactionRecord<'a>
impl<'a> Send for TransactionRecord<'a>
impl<'a> Sync for TransactionRecord<'a>
impl<'a> Unpin for TransactionRecord<'a>
impl<'a> UnwindSafe for TransactionRecord<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more