pub struct ReadOnlyTransaction {
pub cache: HashMap<String, Value>,
pub table: ReadOnlyTable<String, JsonValue>,
}Fields§
§cache: HashMap<String, Value>§table: ReadOnlyTable<String, JsonValue>Implementations§
Trait Implementations§
Source§impl ReadOnlyLoader for ReadOnlyTransaction
impl ReadOnlyLoader for ReadOnlyTransaction
Auto Trait Implementations§
impl Freeze for ReadOnlyTransaction
impl !RefUnwindSafe for ReadOnlyTransaction
impl Send for ReadOnlyTransaction
impl Sync for ReadOnlyTransaction
impl Unpin for ReadOnlyTransaction
impl !UnwindSafe for ReadOnlyTransaction
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