riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.PutResponse
data PutResponse Source #
Constructors
Fields
Defined in Network.Riak.Protocol.PutResponse
Methods
(==) :: PutResponse -> PutResponse -> Bool #
(/=) :: PutResponse -> PutResponse -> Bool #
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 #
compare :: PutResponse -> PutResponse -> Ordering #
(<) :: PutResponse -> PutResponse -> Bool #
(<=) :: PutResponse -> PutResponse -> Bool #
(>) :: PutResponse -> PutResponse -> Bool #
(>=) :: PutResponse -> PutResponse -> Bool #
max :: PutResponse -> PutResponse -> PutResponse #
min :: PutResponse -> PutResponse -> PutResponse #
showsPrec :: Int -> PutResponse -> ShowS #
show :: PutResponse -> String #
showList :: [PutResponse] -> ShowS #
Associated Types
type Rep PutResponse :: Type -> Type #
from :: PutResponse -> Rep PutResponse x #
to :: Rep PutResponse x -> PutResponse #
wireSize :: FieldType -> PutResponse -> WireSize #
wirePut :: FieldType -> PutResponse -> Put #
wirePutWithSize :: FieldType -> PutResponse -> PutM WireSize #
wireGet :: FieldType -> Get PutResponse #
wireGetPacked :: FieldType -> Get (Seq PutResponse) #
textPut :: PutResponse -> Output #
textGet :: Stream s Identity Char => Parsec s () PutResponse #
tellT :: String -> PutResponse -> Output #
getT :: Stream s Identity Char => String -> Parsec s () PutResponse #
getMessageInfo :: PutResponse -> GetMessageInfo #
reflectDescriptorInfo :: PutResponse -> DescriptorInfo #
mergeAppend :: PutResponse -> PutResponse -> PutResponse #
mergeConcat :: Foldable t => t PutResponse -> PutResponse #
defaultValue :: PutResponse #
getVal :: msg' -> (msg' -> PutResponse) -> PutResponse #
isSet :: msg' -> (msg' -> PutResponse) -> Bool #