models/activity_level
Types
pub type ActivityLevel {
Weak
Growing
Strong
Restricted
}
Constructors
-
Weak
-
Growing
-
Strong
-
Restricted
Values
pub fn decoder() -> decode.Decoder(ActivityLevel)
pub fn encode(activity_level: ActivityLevel) -> json.Json
pub fn parse(value: String) -> Result(ActivityLevel, Nil)
pub fn to_string(activity_level: ActivityLevel) -> String