riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.PingRequest
data PingRequest Source #
Constructors
Defined in Network.Riak.Protocol.PingRequest
Methods
(==) :: PingRequest -> PingRequest -> Bool #
(/=) :: PingRequest -> PingRequest -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PingRequest -> c PingRequest #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PingRequest #
toConstr :: PingRequest -> Constr #
dataTypeOf :: PingRequest -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PingRequest) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PingRequest) #
gmapT :: (forall b. Data b => b -> b) -> PingRequest -> PingRequest #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PingRequest -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PingRequest -> r #
gmapQ :: (forall d. Data d => d -> u) -> PingRequest -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> PingRequest -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> PingRequest -> m PingRequest #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PingRequest -> m PingRequest #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PingRequest -> m PingRequest #
compare :: PingRequest -> PingRequest -> Ordering #
(<) :: PingRequest -> PingRequest -> Bool #
(<=) :: PingRequest -> PingRequest -> Bool #
(>) :: PingRequest -> PingRequest -> Bool #
(>=) :: PingRequest -> PingRequest -> Bool #
max :: PingRequest -> PingRequest -> PingRequest #
min :: PingRequest -> PingRequest -> PingRequest #
showsPrec :: Int -> PingRequest -> ShowS #
show :: PingRequest -> String #
showList :: [PingRequest] -> ShowS #
Associated Types
type Rep PingRequest :: Type -> Type #
from :: PingRequest -> Rep PingRequest x #
to :: Rep PingRequest x -> PingRequest #
wireSize :: FieldType -> PingRequest -> WireSize #
wirePut :: FieldType -> PingRequest -> Put #
wirePutWithSize :: FieldType -> PingRequest -> PutM WireSize #
wireGet :: FieldType -> Get PingRequest #
wireGetPacked :: FieldType -> Get (Seq PingRequest) #
textPut :: PingRequest -> Output #
textGet :: Stream s Identity Char => Parsec s () PingRequest #
tellT :: String -> PingRequest -> Output #
getT :: Stream s Identity Char => String -> Parsec s () PingRequest #
getMessageInfo :: PingRequest -> GetMessageInfo #
reflectDescriptorInfo :: PingRequest -> DescriptorInfo #
mergeAppend :: PingRequest -> PingRequest -> PingRequest #
mergeConcat :: Foldable t => t PingRequest -> PingRequest #
defaultValue :: PingRequest #
getVal :: msg' -> (msg' -> PingRequest) -> PingRequest #
isSet :: msg' -> (msg' -> PingRequest) -> Bool #