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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.DtFetchResponse.DataType

Documentation

data DataType #

Constructors

COUNTER 
SET 
MAP 

Instances

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

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 # 
Read DataType # 
Show DataType # 
GPB DataType # 
Wire DataType # 
TextType DataType # 

Methods

tellT :: String -> DataType -> Output #

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

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

Methods

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

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