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