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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.AuthRequest

Documentation

data AuthRequest #

Constructors

AuthRequest 

Instances

Eq AuthRequest # 
Data AuthRequest # 

Methods

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

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

toConstr :: AuthRequest -> Constr #

dataTypeOf :: AuthRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord AuthRequest # 
Show AuthRequest # 
Generic AuthRequest # 

Associated Types

type Rep AuthRequest :: * -> * #

GPB AuthRequest # 
Wire AuthRequest # 
TextMsg AuthRequest # 
TextType AuthRequest # 

Methods

tellT :: String -> AuthRequest -> Output #

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

ReflectDescriptor AuthRequest # 
Mergeable AuthRequest # 
Default AuthRequest # 
MessageAPI msg' (msg' -> AuthRequest) AuthRequest # 

Methods

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

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

type Rep AuthRequest # 
type Rep AuthRequest = D1 * (MetaData "AuthRequest" "Network.Riak.Protocol.AuthRequest" "riak-protobuf-0.23.0.0-KKajqIl1TjxFTvJRG209JK" False) (C1 * (MetaCons "AuthRequest" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "user") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ByteString)) (S1 * (MetaSel (Just Symbol "password") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ByteString))))