Struct solang_parser::pt::IdentifierPath
source · [−]pub struct IdentifierPath {
pub loc: Loc,
pub identifiers: Vec<Identifier>,
}
Fields
loc: Loc
identifiers: Vec<Identifier>
Trait Implementations
sourceimpl Clone for IdentifierPath
impl Clone for IdentifierPath
sourcefn clone(&self) -> IdentifierPath
fn clone(&self) -> IdentifierPath
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for IdentifierPath
impl Debug for IdentifierPath
sourceimpl Display for IdentifierPath
impl Display for IdentifierPath
sourceimpl PartialEq<IdentifierPath> for IdentifierPath
impl PartialEq<IdentifierPath> for IdentifierPath
sourcefn eq(&self, other: &IdentifierPath) -> bool
fn eq(&self, other: &IdentifierPath) -> bool
impl Eq for IdentifierPath
impl StructuralEq for IdentifierPath
impl StructuralPartialEq for IdentifierPath
Auto Trait Implementations
impl RefUnwindSafe for IdentifierPath
impl Send for IdentifierPath
impl Sync for IdentifierPath
impl Unpin for IdentifierPath
impl UnwindSafe for IdentifierPath
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more