pub struct ConcretizedSecondaryIndexes(_);
Expand description

A read/write set state with no secondary indexes and no unbound formals or type variables

Methods from Deref<Target = ConcretizedFormals>

Return the ResourceKey’s that may be written by self. For example: if self is 0x7/0x1::AModule::AResource/f/g -> ReadWrite, this will return 0x7/0x1::AModule.

Return the ResourceKey’s read by self.

Methods from Deref<Target = ReadWriteSet>

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.