Enum solang_parser::pt::ContractTy [−][src]
Variants
Abstract(Loc)
Tuple Fields
0: LocContract(Loc)
Tuple Fields
0: LocInterface(Loc)
Tuple Fields
0: LocLibrary(Loc)
Tuple Fields
0: LocTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ContractTy
impl Send for ContractTy
impl Sync for ContractTy
impl Unpin for ContractTy
impl UnwindSafe for ContractTy
Blanket Implementations
Mutably borrows from an owned value. Read more
