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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.SearchDoc

Documentation

data SearchDoc Source #

Constructors

SearchDoc 

Fields

Instances

Eq SearchDoc Source # 
Data SearchDoc Source # 

Methods

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

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

toConstr :: SearchDoc -> Constr #

dataTypeOf :: SearchDoc -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord SearchDoc Source # 
Show SearchDoc Source # 
GPB SearchDoc Source # 
Wire SearchDoc Source # 
TextMsg SearchDoc Source # 

Methods

textPut :: SearchDoc -> Output #

textGet :: Stream s Identity Char => Parsec s () SearchDoc #

TextType SearchDoc Source # 

Methods

tellT :: String -> SearchDoc -> Output #

getT :: Stream s Identity Char => String -> Parsec s () SearchDoc #

ReflectDescriptor SearchDoc Source # 
Mergeable SearchDoc Source # 
Default SearchDoc Source # 
MessageAPI msg' (msg' -> SearchDoc) SearchDoc Source # 

Methods

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

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