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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.ListKeysResponse

Documentation

data ListKeysResponse #

Constructors

ListKeysResponse 

Fields

Instances

Eq ListKeysResponse # 
Data ListKeysResponse # 

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 # 
Show ListKeysResponse # 
Generic ListKeysResponse # 
GPB ListKeysResponse # 
Wire ListKeysResponse # 
TextMsg ListKeysResponse # 
TextType ListKeysResponse # 
ReflectDescriptor ListKeysResponse # 
Mergeable ListKeysResponse # 
Default ListKeysResponse # 
MessageAPI msg' (msg' -> ListKeysResponse) ListKeysResponse # 

Methods

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

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

type Rep ListKeysResponse # 
type Rep ListKeysResponse = D1 * (MetaData "ListKeysResponse" "Network.Riak.Protocol.ListKeysResponse" "riak-protobuf-0.23.0.0-2Z8vM1xlilCK5eAleoVkhn" 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)))))