Struct semilattice_database_session::Record
pub struct Record {
pub activity: Activity,
pub term_begin: Term,
pub term_end: Term,
pub fields: HashMap<String, Vec<u8>>,
}Fields§
§activity: Activity§term_begin: Term§term_end: Term§fields: HashMap<String, Vec<u8>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Record
impl Send for Record
impl Sync for Record
impl Unpin for Record
impl UnwindSafe for Record
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