pub struct IdbSnapshot {
pub relations: Vec<(String, Vec<Vec<Value>>)>,
}Expand description
A snapshot of derived (IDB) facts.
Fields§
§relations: Vec<(String, Vec<Vec<Value>>)>(relation_name, facts) pairs.
Auto Trait Implementations§
impl Freeze for IdbSnapshot
impl RefUnwindSafe for IdbSnapshot
impl Send for IdbSnapshot
impl Sync for IdbSnapshot
impl Unpin for IdbSnapshot
impl UnsafeUnpin for IdbSnapshot
impl UnwindSafe for IdbSnapshot
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