Struct solang_parser::pt::IdentifierPath
source · pub struct IdentifierPath {
pub loc: Loc,
pub identifiers: Vec<Identifier>,
}
Fields§
§loc: Loc
§identifiers: Vec<Identifier>
Trait Implementations§
source§impl Clone for IdentifierPath
impl Clone for IdentifierPath
source§fn clone(&self) -> IdentifierPath
fn clone(&self) -> IdentifierPath
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 Debug for IdentifierPath
impl Debug for IdentifierPath
source§impl Display for IdentifierPath
impl Display for IdentifierPath
source§impl PartialEq<IdentifierPath> for IdentifierPath
impl PartialEq<IdentifierPath> for IdentifierPath
source§fn eq(&self, other: &IdentifierPath) -> bool
fn eq(&self, other: &IdentifierPath) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.