Struct read_write_set_types::ReadWriteSet
source · pub struct ReadWriteSet(_);
Implementations§
source§impl ReadWriteSet
impl ReadWriteSet
pub fn new() -> Self
pub fn add_access_path(&mut self, access_path: AccessPath, access: Access)
pub fn iter_paths<F>(&self, f: F) -> Option<()>where F: FnMut(&AccessPath, &Access) -> Option<()>,
pub fn sub_actuals( &self, actuals: &[Option<AccountAddress>], type_actuals: &[TypeTag] ) -> Self
Trait Implementations§
source§impl Clone for ReadWriteSet
impl Clone for ReadWriteSet
source§fn clone(&self) -> ReadWriteSet
fn clone(&self) -> ReadWriteSet
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more