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: Loc
Minutes(Loc)
Tuple Fields
0: Loc
Hours(Loc)
Tuple Fields
0: Loc
Days(Loc)
Tuple Fields
0: Loc
Weeks(Loc)
Tuple Fields
0: Loc
Wei(Loc)
Tuple Fields
0: Loc
Szabo(Loc)
Tuple Fields
0: Loc
Finney(Loc)
Tuple Fields
0: Loc
Ether(Loc)
Tuple Fields
0: Loc
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Unit
impl UnwindSafe for Unit
Blanket Implementations
Mutably borrows from an owned value. Read more