Admin.Components.ComponentDescription
data ComponentDescription Source #
Constructors
Fields
Defined in Admin.Components.ComponentDescription
Methods
(==) :: ComponentDescription -> ComponentDescription -> Bool #
(/=) :: ComponentDescription -> ComponentDescription -> Bool #
readsPrec :: Int -> ReadS ComponentDescription #
readList :: ReadS [ComponentDescription] #
readPrec :: ReadPrec ComponentDescription #
readListPrec :: ReadPrec [ComponentDescription] #
showsPrec :: Int -> ComponentDescription -> ShowS #
show :: ComponentDescription -> String #
showList :: [ComponentDescription] -> ShowS #
Associated Types
type Rep ComponentDescription :: Type -> Type #
from :: ComponentDescription -> Rep ComponentDescription x #
to :: Rep ComponentDescription x -> ComponentDescription #
toJSON :: ComponentDescription -> Value #
toEncoding :: ComponentDescription -> Encoding #
toJSONList :: [ComponentDescription] -> Value #
toEncodingList :: [ComponentDescription] -> Encoding #
parseJSON :: Value -> Parser ComponentDescription #
parseJSONList :: Value -> Parser [ComponentDescription] #