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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.SearchQueryResponse

Documentation

data SearchQueryResponse Source #

Constructors

SearchQueryResponse 

Instances

Eq SearchQueryResponse Source # 
Data SearchQueryResponse Source # 

Methods

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

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

toConstr :: SearchQueryResponse -> Constr #

dataTypeOf :: SearchQueryResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

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

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