Struct aptos_parallel_executor::task::Accesses
source · [−]Expand description
Inference result of a transaction.
Fields
keys_read: Vec<K>keys_written: Vec<K>Auto Trait Implementations
impl<K> RefUnwindSafe for Accesses<K> where
K: RefUnwindSafe,
impl<K> Send for Accesses<K> where
K: Send,
impl<K> Sync for Accesses<K> where
K: Sync,
impl<K> Unpin for Accesses<K> where
K: Unpin,
impl<K> UnwindSafe for Accesses<K> where
K: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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