Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
Instances
FromJSON Endpoint Source # | |
Generic Endpoint Source # | |
Show Endpoint Source # | |
type Rep Endpoint Source # | |
Defined in Cassandra.Options type Rep Endpoint = D1 ('MetaData "Endpoint" "Cassandra.Options" "cassandra-util-0.16.5-6npbMsnVC2vFG0n18oNuge" 'False) (C1 ('MetaCons "Endpoint" 'PrefixI 'True) (S1 ('MetaSel ('Just "host") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Word16))) |
data CassandraOpts Source #
CassandraOpts | |
|