hs-iavl-client-0.1.0.0
Safe HaskellNone
LanguageHaskell2010

Proto.Google.Protobuf.Empty

Synopsis

Documentation

data Empty Source #

Fields :

Instances

Instances details
Eq Empty Source # 
Instance details

Defined in Proto.Google.Protobuf.Empty

Methods

(==) :: Empty -> Empty -> Bool #

(/=) :: Empty -> Empty -> Bool #

Ord Empty Source # 
Instance details

Defined in Proto.Google.Protobuf.Empty

Methods

compare :: Empty -> Empty -> Ordering #

(<) :: Empty -> Empty -> Bool #

(<=) :: Empty -> Empty -> Bool #

(>) :: Empty -> Empty -> Bool #

(>=) :: Empty -> Empty -> Bool #

max :: Empty -> Empty -> Empty #

min :: Empty -> Empty -> Empty #

Show Empty Source # 
Instance details

Defined in Proto.Google.Protobuf.Empty

Methods

showsPrec :: Int -> Empty -> ShowS #

show :: Empty -> String #

showList :: [Empty] -> ShowS #

NFData Empty Source # 
Instance details

Defined in Proto.Google.Protobuf.Empty

Methods

rnf :: Empty -> () #

Message Empty Source # 
Instance details

Defined in Proto.Google.Protobuf.Empty

Methods

messageName :: Proxy Empty -> Text

defMessage :: Empty

fieldsByTag :: Map Tag (FieldDescriptor Empty)

fieldsByTextFormatName :: Map String (FieldDescriptor Empty)

unknownFields :: Lens' Empty FieldSet

parseMessage :: Parser Empty

buildMessage :: Empty -> Builder