Enum solang_parser::pt::StorageLocation
source · pub enum StorageLocation {
Memory(Loc),
Storage(Loc),
Calldata(Loc),
}Variants§
Trait Implementations§
source§impl Clone for StorageLocation
impl Clone for StorageLocation
source§fn clone(&self) -> StorageLocation
fn clone(&self) -> StorageLocation
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 moresource§impl CodeLocation for StorageLocation
impl CodeLocation for StorageLocation
source§impl Debug for StorageLocation
impl Debug for StorageLocation
source§impl Display for StorageLocation
impl Display for StorageLocation
source§impl PartialEq<StorageLocation> for StorageLocation
impl PartialEq<StorageLocation> for StorageLocation
source§fn eq(&self, other: &StorageLocation) -> bool
fn eq(&self, other: &StorageLocation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.