riak-protobuf-0.24.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 # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

Data DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

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 # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

Show DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

Generic DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

Associated Types

type Rep DtFetchResponse :: Type -> Type #

GPB DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

Wire DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

TextMsg DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

TextType DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

ReflectDescriptor DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

Mergeable DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

Default DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

MessageAPI msg' (msg' -> DtFetchResponse) DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

Methods

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

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

type Rep DtFetchResponse Source # 
Instance details

Defined in Network.Riak.Protocol.DtFetchResponse

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