Enum solang_parser::pt::Unit [−][src]
pub enum Unit {
Seconds(Loc),
Minutes(Loc),
Hours(Loc),
Days(Loc),
Weeks(Loc),
Wei(Loc),
Szabo(Loc),
Finney(Loc),
Ether(Loc),
}Variants
Seconds(Loc)
Tuple Fields
0: LocMinutes(Loc)
Tuple Fields
0: LocHours(Loc)
Tuple Fields
0: LocDays(Loc)
Tuple Fields
0: LocWeeks(Loc)
Tuple Fields
0: LocWei(Loc)
Tuple Fields
0: LocSzabo(Loc)
Tuple Fields
0: LocFinney(Loc)
Tuple Fields
0: LocEther(Loc)
Tuple Fields
0: LocTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Unit
impl UnwindSafe for Unit
Blanket Implementations
Mutably borrows from an owned value. Read more
