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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.DtUpdateResponse

Documentation

data DtUpdateResponse Source #

Instances

Eq DtUpdateResponse Source # 
Data DtUpdateResponse Source # 

Methods

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

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

toConstr :: DtUpdateResponse -> Constr #

dataTypeOf :: DtUpdateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

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

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

type Rep DtUpdateResponse Source #