Struct semilattice_database::TransactionRecord
source · [−]pub struct TransactionRecord<'a> { /* private fields */ }Implementations
sourceimpl<'a> TransactionRecord<'a>
impl<'a> TransactionRecord<'a>
pub fn new(
collection_id: u32,
update_or_new: UpdateOrNew,
activity: Activity,
term_begin: i64,
term_end: i64,
fields: Vec<KeyValue<'a>>,
childs: Vec<(&'a str, Vec<TransactionRecord<'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