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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.SearchQueryResponse

Documentation

data SearchQueryResponse #

Constructors

SearchQueryResponse 

Instances

Eq SearchQueryResponse # 
Data SearchQueryResponse # 

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

Methods

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

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