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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.DtFetchResponse

Documentation

data DtFetchResponse Source #

Constructors

DtFetchResponse 

Instances

Eq DtFetchResponse Source # 
Data DtFetchResponse Source # 

Methods

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

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

toConstr :: DtFetchResponse -> Constr #

dataTypeOf :: DtFetchResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord DtFetchResponse Source # 
Show DtFetchResponse Source # 
Generic DtFetchResponse Source # 
GPB DtFetchResponse Source # 
Wire DtFetchResponse Source # 
TextMsg DtFetchResponse Source # 
TextType DtFetchResponse Source # 
ReflectDescriptor DtFetchResponse Source # 
Mergeable DtFetchResponse Source # 
Default DtFetchResponse Source # 
MessageAPI msg' (msg' -> DtFetchResponse) DtFetchResponse Source # 

Methods

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

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

type Rep DtFetchResponse Source # 
type Rep DtFetchResponse = D1 (MetaData "DtFetchResponse" "Network.Riak.Protocol.DtFetchResponse" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) (C1 (MetaCons "DtFetchResponse" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "context") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString))) ((:*:) (S1 (MetaSel (Just Symbol "type'") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 DataType)) (S1 (MetaSel (Just Symbol "value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DtValue))))))