Struct solang_parser::pt::IdentifierPath
source · [−]pub struct IdentifierPath {
pub loc: Loc,
pub identifiers: Vec<Identifier>,
}Fields
loc: Locidentifiers: 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 more
sourceimpl 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
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &IdentifierPath) -> bool
fn ne(&self, other: &IdentifierPath) -> bool
This method tests for !=.
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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