riak-protobuf-0.22.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 # 
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 #