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