riak-protobuf-0.23.0.0: Haskell types for the Riak protocol buffer API

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.DtFetchResponse.DataType

Documentation

data DataType Source #

Constructors

COUNTER 
SET 
MAP 

Instances

Bounded DataType Source # 
Enum DataType Source # 
Eq DataType Source # 
Data DataType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DataType -> c DataType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DataType #

toConstr :: DataType -> Constr #

dataTypeOf :: DataType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DataType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DataType) #

gmapT :: (forall b. Data b => b -> b) -> DataType -> DataType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DataType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DataType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DataType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DataType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DataType -> m DataType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DataType -> m DataType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DataType -> m DataType #

Ord DataType Source # 
Read DataType Source # 
Show DataType Source # 
Generic DataType Source # 

Associated Types

type Rep DataType :: * -> * #

Methods

from :: DataType -> Rep DataType x #

to :: Rep DataType x -> DataType #

GPB DataType Source # 
Wire DataType Source # 
TextType DataType Source # 

Methods

tellT :: String -> DataType -> Output #

getT :: Stream s Identity Char => String -> Parsec s () DataType #

ReflectEnum DataType Source # 
Mergeable DataType Source # 
Default DataType Source # 
MessageAPI msg' (msg' -> DataType) DataType Source # 

Methods

getVal :: msg' -> (msg' -> DataType) -> DataType #

isSet :: msg' -> (msg' -> DataType) -> Bool #

type Rep DataType Source # 
type Rep DataType = D1 (MetaData "DataType" "Network.Riak.Protocol.DtFetchResponse.DataType" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) ((:+:) (C1 (MetaCons "COUNTER" PrefixI False) U1) ((:+:) (C1 (MetaCons "SET" PrefixI False) U1) (C1 (MetaCons "MAP" PrefixI False) U1)))