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