riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.YzSchemaGetResponse
data YzSchemaGetResponse Source #
Constructors
Fields
Defined in Network.Riak.Protocol.YzSchemaGetResponse
Methods
(==) :: YzSchemaGetResponse -> YzSchemaGetResponse -> Bool #
(/=) :: YzSchemaGetResponse -> YzSchemaGetResponse -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> YzSchemaGetResponse -> c YzSchemaGetResponse #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c YzSchemaGetResponse #
toConstr :: YzSchemaGetResponse -> Constr #
dataTypeOf :: YzSchemaGetResponse -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c YzSchemaGetResponse) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c YzSchemaGetResponse) #
gmapT :: (forall b. Data b => b -> b) -> YzSchemaGetResponse -> YzSchemaGetResponse #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> YzSchemaGetResponse -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> YzSchemaGetResponse -> r #
gmapQ :: (forall d. Data d => d -> u) -> YzSchemaGetResponse -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> YzSchemaGetResponse -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> YzSchemaGetResponse -> m YzSchemaGetResponse #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> YzSchemaGetResponse -> m YzSchemaGetResponse #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> YzSchemaGetResponse -> m YzSchemaGetResponse #
compare :: YzSchemaGetResponse -> YzSchemaGetResponse -> Ordering #
(<) :: YzSchemaGetResponse -> YzSchemaGetResponse -> Bool #
(<=) :: YzSchemaGetResponse -> YzSchemaGetResponse -> Bool #
(>) :: YzSchemaGetResponse -> YzSchemaGetResponse -> Bool #
(>=) :: YzSchemaGetResponse -> YzSchemaGetResponse -> Bool #
max :: YzSchemaGetResponse -> YzSchemaGetResponse -> YzSchemaGetResponse #
min :: YzSchemaGetResponse -> YzSchemaGetResponse -> YzSchemaGetResponse #
showsPrec :: Int -> YzSchemaGetResponse -> ShowS #
show :: YzSchemaGetResponse -> String #
showList :: [YzSchemaGetResponse] -> ShowS #
Associated Types
type Rep YzSchemaGetResponse :: Type -> Type #
from :: YzSchemaGetResponse -> Rep YzSchemaGetResponse x #
to :: Rep YzSchemaGetResponse x -> YzSchemaGetResponse #
wireSize :: FieldType -> YzSchemaGetResponse -> WireSize #
wirePut :: FieldType -> YzSchemaGetResponse -> Put #
wirePutWithSize :: FieldType -> YzSchemaGetResponse -> PutM WireSize #
wireGet :: FieldType -> Get YzSchemaGetResponse #
wireGetPacked :: FieldType -> Get (Seq YzSchemaGetResponse) #
textPut :: YzSchemaGetResponse -> Output #
textGet :: Stream s Identity Char => Parsec s () YzSchemaGetResponse #
tellT :: String -> YzSchemaGetResponse -> Output #
getT :: Stream s Identity Char => String -> Parsec s () YzSchemaGetResponse #
getMessageInfo :: YzSchemaGetResponse -> GetMessageInfo #
reflectDescriptorInfo :: YzSchemaGetResponse -> DescriptorInfo #
mergeAppend :: YzSchemaGetResponse -> YzSchemaGetResponse -> YzSchemaGetResponse #
mergeConcat :: Foldable t => t YzSchemaGetResponse -> YzSchemaGetResponse #
defaultValue :: YzSchemaGetResponse #
getVal :: msg' -> (msg' -> YzSchemaGetResponse) -> YzSchemaGetResponse #
isSet :: msg' -> (msg' -> YzSchemaGetResponse) -> Bool #