Copyright | (c) axionbuster 2025 |
---|---|
License | BSD-3-Clause |
Safe Haskell | None |
Language | GHC2021 |
M.V769.C
Description
Defines packet structures for the configuration state of protocol version 769, including client and server capabilities negotiation, resource pack management, and server feature flags.
Documentation
data ResourcePackResponse Source #
Constructors
ResourcePackResponse | |
Instances
data AcknowledgeFinishConfiguration Source #
Constructors
AcknowledgeFinishConfiguration |
Instances
NFData AcknowledgeFinishConfiguration Source # | |||||
Defined in M.V769.C Methods rnf :: AcknowledgeFinishConfiguration -> () # | |||||
Generic AcknowledgeFinishConfiguration Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show AcknowledgeFinishConfiguration Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> AcknowledgeFinishConfiguration -> ShowS # show :: AcknowledgeFinishConfiguration -> String # showList :: [AcknowledgeFinishConfiguration] -> ShowS # | |||||
Eq AcknowledgeFinishConfiguration Source # | |||||
Defined in M.V769.C | |||||
Pack AcknowledgeFinishConfiguration Source # | |||||
Unpack AcknowledgeFinishConfiguration Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r AcknowledgeFinishConfiguration Source # | |||||
type Rep AcknowledgeFinishConfiguration Source # | |||||
data CookieResponse Source #
Constructors
CookieResponse | |
Instances
NFData CookieResponse Source # | |||||
Defined in M.V769.C Methods rnf :: CookieResponse -> () # | |||||
Generic CookieResponse Source # | |||||
Defined in M.V769.C Associated Types
Methods from :: CookieResponse -> Rep CookieResponse x # to :: Rep CookieResponse x -> CookieResponse # | |||||
Show CookieResponse Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> CookieResponse -> ShowS # show :: CookieResponse -> String # showList :: [CookieResponse] -> ShowS # | |||||
Eq CookieResponse Source # | |||||
Defined in M.V769.C Methods (==) :: CookieResponse -> CookieResponse -> Bool # (/=) :: CookieResponse -> CookieResponse -> Bool # | |||||
Pack CookieResponse Source # | |||||
Unpack CookieResponse Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CookieResponse Source # | |||||
type Rep CookieResponse Source # | |||||
Defined in M.V769.C type Rep CookieResponse = D1 ('MetaData "CookieResponse" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CookieResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data ClientInformationConfiguration__ Source #
Constructors
ClientInformationConfiguration__ | |
Instances
Generic ClientInformationConfiguration__ Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Pack ClientInformationConfiguration__ Source # | |||||
Unpack ClientInformationConfiguration__ Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClientInformationConfiguration__ Source # | |||||
type Rep ClientInformationConfiguration__ Source # | |||||
Defined in M.V769.C type Rep ClientInformationConfiguration__ = D1 ('MetaData "ClientInformationConfiguration__" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClientInformationConfiguration__" 'PrefixI 'True) (((S1 ('MetaSel ('Just "locale__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "viewdistance__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)) :*: (S1 ('MetaSel ('Just "chatmode__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (EnumIndex VarInt ChatMode)) :*: S1 ('MetaSel ('Just "chatcolors__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) :*: ((S1 ('MetaSel ('Just "displayedskinparts__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Bitwise Word8 DisplayedSkinParts)) :*: S1 ('MetaSel ('Just "mainhandright__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "enabletextfiltering__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "allowserverlistings__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "particlestatus__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (EnumIndex VarInt ParticleStatus))))))) |
data ClientInformationConfiguration Source #
Constructors
ClientInformationConfiguration | |
Fields |
Instances
NFData ClientInformationConfiguration Source # | |||||
Defined in M.V769.C Methods rnf :: ClientInformationConfiguration -> () # | |||||
Generic ClientInformationConfiguration Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show ClientInformationConfiguration Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> ClientInformationConfiguration -> ShowS # show :: ClientInformationConfiguration -> String # showList :: [ClientInformationConfiguration] -> ShowS # | |||||
Eq ClientInformationConfiguration Source # | |||||
Defined in M.V769.C | |||||
Pack ClientInformationConfiguration Source # | |||||
Unpack ClientInformationConfiguration Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ClientInformationConfiguration Source # | |||||
type Rep ClientInformationConfiguration Source # | |||||
Defined in M.V769.C type Rep ClientInformationConfiguration = D1 ('MetaData "ClientInformationConfiguration" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ClientInformationConfiguration" 'PrefixI 'True) (((S1 ('MetaSel ('Just "locale") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "viewdistance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Int8)) :*: (S1 ('MetaSel ('Just "chatmode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ChatMode) :*: S1 ('MetaSel ('Just "chatcolors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) :*: ((S1 ('MetaSel ('Just "displayedskinparts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 DisplayedSkinParts) :*: S1 ('MetaSel ('Just "mainhandright") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool)) :*: (S1 ('MetaSel ('Just "enabletextfiltering") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: (S1 ('MetaSel ('Just "allowserverlistings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool) :*: S1 ('MetaSel ('Just "particlestatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ParticleStatus)))))) |
data ServerLinks__ Source #
Constructors
ServerLinks__ | |
Fields
|
Instances
Generic ServerLinks__ Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Pack ServerLinks__ Source # | |||||
Unpack ServerLinks__ Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ServerLinks__ Source # | |||||
type Rep ServerLinks__ Source # | |||||
Defined in M.V769.C type Rep ServerLinks__ = D1 ('MetaData "ServerLinks__" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ServerLinks__" 'PrefixI 'True) (S1 ('MetaSel ('Just "links__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Identifier)))) |
data ServerLinks Source #
Constructors
ServerLinks | |
Instances
NFData ServerLinks Source # | |||||
Defined in M.V769.C Methods rnf :: ServerLinks -> () # | |||||
Generic ServerLinks Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show ServerLinks Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> ServerLinks -> ShowS # show :: ServerLinks -> String # showList :: [ServerLinks] -> ShowS # | |||||
Eq ServerLinks Source # | |||||
Defined in M.V769.C | |||||
Pack ServerLinks Source # | |||||
Unpack ServerLinks Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r ServerLinks Source # | |||||
type Rep ServerLinks Source # | |||||
Defined in M.V769.C type Rep ServerLinks = D1 ('MetaData "ServerLinks" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "ServerLinks" 'PrefixI 'True) (S1 ('MetaSel ('Just "links") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text)))) |
data CustomReportDetails__ Source #
Constructors
CustomReportDetails__ | |
Instances
Generic CustomReportDetails__ Source # | |||||
Defined in M.V769.C Associated Types
Methods from :: CustomReportDetails__ -> Rep CustomReportDetails__ x # to :: Rep CustomReportDetails__ x -> CustomReportDetails__ # | |||||
Pack CustomReportDetails__ Source # | |||||
Unpack CustomReportDetails__ Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CustomReportDetails__ Source # | |||||
type Rep CustomReportDetails__ Source # | |||||
Defined in M.V769.C type Rep CustomReportDetails__ = D1 ('MetaData "CustomReportDetails__" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CustomReportDetails__" 'PrefixI 'True) (S1 ('MetaSel ('Just "details__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TakeRest))) |
data CustomReportDetails Source #
Constructors
CustomReportDetails | |
Fields |
Instances
NFData CustomReportDetails Source # | |||||
Defined in M.V769.C Methods rnf :: CustomReportDetails -> () # | |||||
Generic CustomReportDetails Source # | |||||
Defined in M.V769.C Associated Types
Methods from :: CustomReportDetails -> Rep CustomReportDetails x # to :: Rep CustomReportDetails x -> CustomReportDetails # | |||||
Show CustomReportDetails Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> CustomReportDetails -> ShowS # show :: CustomReportDetails -> String # showList :: [CustomReportDetails] -> ShowS # | |||||
Eq CustomReportDetails Source # | |||||
Defined in M.V769.C Methods (==) :: CustomReportDetails -> CustomReportDetails -> Bool # (/=) :: CustomReportDetails -> CustomReportDetails -> Bool # | |||||
Pack CustomReportDetails Source # | |||||
Unpack CustomReportDetails Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CustomReportDetails Source # | |||||
type Rep CustomReportDetails Source # | |||||
Defined in M.V769.C type Rep CustomReportDetails = D1 ('MetaData "CustomReportDetails" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CustomReportDetails" 'PrefixI 'True) (S1 ('MetaSel ('Just "details") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data KnownPacks__ Source #
Constructors
KnownPacks__ | |
Instances
Generic KnownPacks__ Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Pack KnownPacks__ Source # | |||||
Unpack KnownPacks__ Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r KnownPacks__ Source # | |||||
type Rep KnownPacks__ Source # | |||||
Defined in M.V769.C type Rep KnownPacks__ = D1 ('MetaData "KnownPacks__" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "KnownPacks__" 'PrefixI 'True) (S1 ('MetaSel ('Just "packs__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TakeRest))) |
data KnownPacks Source #
Constructors
KnownPacks | |
Fields
|
Instances
NFData KnownPacks Source # | |||||
Defined in M.V769.C Methods rnf :: KnownPacks -> () # | |||||
Generic KnownPacks Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show KnownPacks Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> KnownPacks -> ShowS # show :: KnownPacks -> String # showList :: [KnownPacks] -> ShowS # | |||||
Eq KnownPacks Source # | |||||
Defined in M.V769.C | |||||
Pack KnownPacks Source # | |||||
Unpack KnownPacks Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r KnownPacks Source # | |||||
type Rep KnownPacks Source # | |||||
Defined in M.V769.C type Rep KnownPacks = D1 ('MetaData "KnownPacks" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "KnownPacks" 'PrefixI 'True) (S1 ('MetaSel ('Just "packs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data UpdateTags__ Source #
Constructors
UpdateTags__ | |
Instances
Generic UpdateTags__ Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Pack UpdateTags__ Source # | |||||
Unpack UpdateTags__ Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateTags__ Source # | |||||
type Rep UpdateTags__ Source # | |||||
Defined in M.V769.C type Rep UpdateTags__ = D1 ('MetaData "UpdateTags__" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateTags__" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 TakeRest))) |
data UpdateTags Source #
Constructors
UpdateTags | |
Fields
|
Instances
NFData UpdateTags Source # | |||||
Defined in M.V769.C Methods rnf :: UpdateTags -> () # | |||||
Generic UpdateTags Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show UpdateTags Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> UpdateTags -> ShowS # show :: UpdateTags -> String # showList :: [UpdateTags] -> ShowS # | |||||
Eq UpdateTags Source # | |||||
Defined in M.V769.C | |||||
Pack UpdateTags Source # | |||||
Unpack UpdateTags Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r UpdateTags Source # | |||||
type Rep UpdateTags Source # | |||||
Defined in M.V769.C type Rep UpdateTags = D1 ('MetaData "UpdateTags" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "UpdateTags" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
data FeatureFlags__ Source #
Constructors
FeatureFlags__ | |
Fields
|
Instances
Generic FeatureFlags__ Source # | |||||
Defined in M.V769.C Associated Types
Methods from :: FeatureFlags__ -> Rep FeatureFlags__ x # to :: Rep FeatureFlags__ x -> FeatureFlags__ # | |||||
Pack FeatureFlags__ Source # | |||||
Unpack FeatureFlags__ Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r FeatureFlags__ Source # | |||||
type Rep FeatureFlags__ Source # | |||||
Defined in M.V769.C type Rep FeatureFlags__ = D1 ('MetaData "FeatureFlags__" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "FeatureFlags__" 'PrefixI 'True) (S1 ('MetaSel ('Just "flags__") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Identifier)))) |
data FeatureFlags Source #
Constructors
FeatureFlags | |
Instances
NFData FeatureFlags Source # | |||||
Defined in M.V769.C Methods rnf :: FeatureFlags -> () # | |||||
Generic FeatureFlags Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show FeatureFlags Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> FeatureFlags -> ShowS # show :: FeatureFlags -> String # showList :: [FeatureFlags] -> ShowS # | |||||
Eq FeatureFlags Source # | |||||
Defined in M.V769.C | |||||
Pack FeatureFlags Source # | |||||
Unpack FeatureFlags Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r FeatureFlags Source # | |||||
type Rep FeatureFlags Source # | |||||
Defined in M.V769.C type Rep FeatureFlags = D1 ('MetaData "FeatureFlags" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "FeatureFlags" 'PrefixI 'True) (S1 ('MetaSel ('Just "flags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Vector Text)))) |
Constructors
Transfer | |
Fields
|
Instances
NFData Transfer Source # | |||||
Generic Transfer Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show Transfer Source # | |||||
Eq Transfer Source # | |||||
Pack Transfer Source # | |||||
Unpack Transfer Source # | |||||
type Rep Transfer Source # | |||||
Defined in M.V769.C type Rep Transfer = D1 ('MetaData "Transfer" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Transfer" 'PrefixI 'True) (S1 ('MetaSel ('Just "serveraddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "serverport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Word16))) |
data StoreCookie Source #
Constructors
StoreCookie | |
Instances
NFData StoreCookie Source # | |||||
Defined in M.V769.C Methods rnf :: StoreCookie -> () # | |||||
Generic StoreCookie Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show StoreCookie Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> StoreCookie -> ShowS # show :: StoreCookie -> String # showList :: [StoreCookie] -> ShowS # | |||||
Eq StoreCookie Source # | |||||
Defined in M.V769.C | |||||
Pack StoreCookie Source # | |||||
Unpack StoreCookie Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r StoreCookie Source # | |||||
type Rep StoreCookie Source # | |||||
Defined in M.V769.C type Rep StoreCookie = D1 ('MetaData "StoreCookie" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "StoreCookie" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data RemoveResourcePack Source #
Constructors
RemoveResourcePack |
Instances
NFData RemoveResourcePack Source # | |||||
Defined in M.V769.C Methods rnf :: RemoveResourcePack -> () # | |||||
Generic RemoveResourcePack Source # | |||||
Defined in M.V769.C Associated Types
Methods from :: RemoveResourcePack -> Rep RemoveResourcePack x # to :: Rep RemoveResourcePack x -> RemoveResourcePack # | |||||
Show RemoveResourcePack Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> RemoveResourcePack -> ShowS # show :: RemoveResourcePack -> String # showList :: [RemoveResourcePack] -> ShowS # | |||||
Eq RemoveResourcePack Source # | |||||
Defined in M.V769.C Methods (==) :: RemoveResourcePack -> RemoveResourcePack -> Bool # (/=) :: RemoveResourcePack -> RemoveResourcePack -> Bool # | |||||
Pack RemoveResourcePack Source # | |||||
Unpack RemoveResourcePack Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RemoveResourcePack Source # | |||||
type Rep RemoveResourcePack Source # | |||||
data RegistryData Source #
Constructors
RegistryData | |
Fields
|
Instances
NFData RegistryData Source # | |||||
Defined in M.V769.C Methods rnf :: RegistryData -> () # | |||||
Generic RegistryData Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show RegistryData Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> RegistryData -> ShowS # show :: RegistryData -> String # showList :: [RegistryData] -> ShowS # | |||||
Eq RegistryData Source # | |||||
Defined in M.V769.C | |||||
Pack RegistryData Source # | |||||
Unpack RegistryData Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r RegistryData Source # | |||||
type Rep RegistryData Source # | |||||
Defined in M.V769.C type Rep RegistryData = D1 ('MetaData "RegistryData" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "RegistryData" 'PrefixI 'True) (S1 ('MetaSel ('Just "data_") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ByteString))) |
Constructors
ResetChat |
data FinishConfiguration Source #
Constructors
FinishConfiguration |
Instances
NFData FinishConfiguration Source # | |||||
Defined in M.V769.C Methods rnf :: FinishConfiguration -> () # | |||||
Generic FinishConfiguration Source # | |||||
Defined in M.V769.C Associated Types
Methods from :: FinishConfiguration -> Rep FinishConfiguration x # to :: Rep FinishConfiguration x -> FinishConfiguration # | |||||
Show FinishConfiguration Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> FinishConfiguration -> ShowS # show :: FinishConfiguration -> String # showList :: [FinishConfiguration] -> ShowS # | |||||
Eq FinishConfiguration Source # | |||||
Defined in M.V769.C Methods (==) :: FinishConfiguration -> FinishConfiguration -> Bool # (/=) :: FinishConfiguration -> FinishConfiguration -> Bool # | |||||
Pack FinishConfiguration Source # | |||||
Unpack FinishConfiguration Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r FinishConfiguration Source # | |||||
type Rep FinishConfiguration Source # | |||||
data Disconnect Source #
Constructors
Disconnect | |
Instances
NFData Disconnect Source # | |||||
Defined in M.V769.C Methods rnf :: Disconnect -> () # | |||||
Generic Disconnect Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show Disconnect Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> Disconnect -> ShowS # show :: Disconnect -> String # showList :: [Disconnect] -> ShowS # | |||||
Eq Disconnect Source # | |||||
Defined in M.V769.C | |||||
Pack Disconnect Source # | |||||
Unpack Disconnect Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r Disconnect Source # | |||||
type Rep Disconnect Source # | |||||
Defined in M.V769.C type Rep Disconnect = D1 ('MetaData "Disconnect" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "Disconnect" 'PrefixI 'True) (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |
data CookieRequest Source #
Constructors
CookieRequest | |
Instances
NFData CookieRequest Source # | |||||
Defined in M.V769.C Methods rnf :: CookieRequest -> () # | |||||
Generic CookieRequest Source # | |||||
Defined in M.V769.C Associated Types
| |||||
Show CookieRequest Source # | |||||
Defined in M.V769.C Methods showsPrec :: Int -> CookieRequest -> ShowS # show :: CookieRequest -> String # showList :: [CookieRequest] -> ShowS # | |||||
Eq CookieRequest Source # | |||||
Defined in M.V769.C Methods (==) :: CookieRequest -> CookieRequest -> Bool # (/=) :: CookieRequest -> CookieRequest -> Bool # | |||||
Pack CookieRequest Source # | |||||
Unpack CookieRequest Source # | |||||
Defined in M.V769.C Methods unpack :: forall (st :: ZeroBitType) r. Parser st r CookieRequest Source # | |||||
type Rep CookieRequest Source # | |||||
Defined in M.V769.C type Rep CookieRequest = D1 ('MetaData "CookieRequest" "M.V769.C" "mmm-0.1.0.0-LGnxNP98iy5DdX3UVbzAAf" 'False) (C1 ('MetaCons "CookieRequest" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text))) |