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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.PutResponse

Documentation

data PutResponse Source #

Constructors

PutResponse 

Instances

Eq PutResponse Source # 
Data PutResponse Source # 

Methods

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

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

toConstr :: PutResponse -> Constr #

dataTypeOf :: PutResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord PutResponse Source # 
Show PutResponse Source # 
Generic PutResponse Source # 

Associated Types

type Rep PutResponse :: * -> * #

GPB PutResponse Source # 
Wire PutResponse Source # 
TextMsg PutResponse Source # 
TextType PutResponse Source # 

Methods

tellT :: String -> PutResponse -> Output #

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

ReflectDescriptor PutResponse Source # 
Mergeable PutResponse Source # 
Default PutResponse Source # 
MessageAPI msg' (msg' -> PutResponse) PutResponse Source # 

Methods

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

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

type Rep PutResponse Source # 
type Rep PutResponse = D1 (MetaData "PutResponse" "Network.Riak.Protocol.PutResponse" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) (C1 (MetaCons "PutResponse" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "content") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq Content))) ((:*:) (S1 (MetaSel (Just Symbol "vclock") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString))) (S1 (MetaSel (Just Symbol "key") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString))))))