Safe Haskell | None |
---|---|
Language | Haskell98 |
Text.DescriptorProtos.FieldOptions.CType
Documentation
Constructors
STRING | |
CORD | |
STRING_PIECE |
Instances
Bounded CType # | |
Enum CType # | |
Eq CType # | |
Data CType # | |
Methods gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CType -> c CType # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CType # dataTypeOf :: CType -> DataType # dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CType) # dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CType) # gmapT :: (forall b. Data b => b -> b) -> CType -> CType # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CType -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CType -> r # gmapQ :: (forall d. Data d => d -> u) -> CType -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> CType -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> CType -> m CType # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CType -> m CType # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CType -> m CType # | |
Ord CType # | |
Read CType # | |
Show CType # | |
GPB CType # | |
Wire CType # | |
TextType CType # | |
ReflectEnum CType # | |
Methods reflectEnum :: EnumInfoApp CType # reflectEnumInfo :: CType -> EnumInfo # parentOfEnum :: CType -> Maybe DescriptorInfo # | |
Mergeable CType # | |
Default CType # | |
Methods defaultValue :: CType # | |
MessageAPI msg' (msg' -> CType) CType # | |