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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.AuthRequest

Documentation

data AuthRequest Source #

Constructors

AuthRequest 

Instances

Eq AuthRequest Source # 
Data AuthRequest Source # 

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 Source # 
Show AuthRequest Source # 
Generic AuthRequest Source # 

Associated Types

type Rep AuthRequest :: * -> * #

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

Methods

tellT :: String -> AuthRequest -> Output #

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

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

Methods

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

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

type Rep AuthRequest Source # 
type Rep AuthRequest = D1 (MetaData "AuthRequest" "Network.Riak.Protocol.AuthRequest" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" 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))))