Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data RecoveryEmailAddress Source #
RecoveryEmailAddress | Contains information about the current recovery email address |
|
Instances
FromJSON RecoveryEmailAddress Source # | |
Defined in TD.Data.RecoveryEmailAddress parseJSON :: Value -> Parser RecoveryEmailAddress # parseJSONList :: Value -> Parser [RecoveryEmailAddress] # | |
Show RecoveryEmailAddress Source # | |
Defined in TD.Data.RecoveryEmailAddress showsPrec :: Int -> RecoveryEmailAddress -> ShowS # show :: RecoveryEmailAddress -> String # showList :: [RecoveryEmailAddress] -> ShowS # | |
Eq RecoveryEmailAddress Source # | |
Defined in TD.Data.RecoveryEmailAddress (==) :: RecoveryEmailAddress -> RecoveryEmailAddress -> Bool # (/=) :: RecoveryEmailAddress -> RecoveryEmailAddress -> Bool # | |
ShortShow RecoveryEmailAddress Source # | |
Defined in TD.Data.RecoveryEmailAddress |