Enum solang_parser::pt::StorageLocation [−][src]
Variants
Memory(Loc)
Tuple Fields
0: Loc
Storage(Loc)
Tuple Fields
0: Loc
Calldata(Loc)
Tuple Fields
0: Loc
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StorageLocation
impl Send for StorageLocation
impl Sync for StorageLocation
impl Unpin for StorageLocation
impl UnwindSafe for StorageLocation
Blanket Implementations
Mutably borrows from an owned value. Read more