Enum read_write_set_types::Access
source · pub enum Access {
Read,
Write,
ReadWrite,
}
Expand description
An access to local or global state
Variants§
Read
Read via RHS * or exists
Write
Written via LHS *, move_to, or move_from
ReadWrite
Could be read or written
Implementations§
Trait Implementations§
source§impl PartialEq<Access> for Access
impl PartialEq<Access> for Access
source§impl PartialOrd<Access> for Access
impl PartialOrd<Access> for Access
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more