pub struct SolidityAST {
pub tree: Tree,
pub source: String,
}
Expand description
Represents a parsed Solidity AST
Fields§
§tree: Tree
§source: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SolidityAST
impl RefUnwindSafe for SolidityAST
impl Send for SolidityAST
impl Sync for SolidityAST
impl Unpin for SolidityAST
impl UnwindSafe for SolidityAST
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more