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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.TsPutResponse

Documentation

data TsPutResponse Source #

Constructors

TsPutResponse 
Instances
Eq TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

Data TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

Methods

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

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

toConstr :: TsPutResponse -> Constr #

dataTypeOf :: TsPutResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

Show TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

Generic TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

Associated Types

type Rep TsPutResponse :: Type -> Type #

GPB TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

Wire TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

TextMsg TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

TextType TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

Methods

tellT :: String -> TsPutResponse -> Output #

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

ReflectDescriptor TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

Mergeable TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

Default TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

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

Defined in Network.Riak.Protocol.TsPutResponse

Methods

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

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

type Rep TsPutResponse Source # 
Instance details

Defined in Network.Riak.Protocol.TsPutResponse

type Rep TsPutResponse = D1 (MetaData "TsPutResponse" "Network.Riak.Protocol.TsPutResponse" "riak-protobuf-0.24.0.0-h3U4wTYEK14nKJTHzPAva" False) (C1 (MetaCons "TsPutResponse" PrefixI False) (U1 :: Type -> Type))