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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.ListKeysResponse

Documentation

data ListKeysResponse Source #

Constructors

ListKeysResponse 

Fields

Instances

Eq ListKeysResponse Source # 
Data ListKeysResponse Source # 

Methods

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

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

toConstr :: ListKeysResponse -> Constr #

dataTypeOf :: ListKeysResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ListKeysResponse Source # 
Show ListKeysResponse Source # 
Generic ListKeysResponse Source # 
GPB ListKeysResponse Source # 
Wire ListKeysResponse Source # 
TextMsg ListKeysResponse Source # 
TextType ListKeysResponse Source # 
ReflectDescriptor ListKeysResponse Source # 
Mergeable ListKeysResponse Source # 
Default ListKeysResponse Source # 
MessageAPI msg' (msg' -> ListKeysResponse) ListKeysResponse Source # 

Methods

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

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

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