Struct solang_parser::pt::Base
source · [−]pub struct Base {
pub loc: Loc,
pub name: IdentifierPath,
pub args: Option<Vec<Expression>>,
}
Fields
loc: Loc
name: IdentifierPath
args: Option<Vec<Expression>>
Trait Implementations
impl Eq for Base
impl StructuralEq for Base
impl StructuralPartialEq for Base
Auto Trait Implementations
impl RefUnwindSafe for Base
impl Send for Base
impl Sync for Base
impl Unpin for Base
impl UnwindSafe for Base
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