Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.SetMainProfileTab
Synopsis
Documentation
data SetMainProfileTab Source #
Changes the main profile tab of the current user. Returns Ok
Constructors
SetMainProfileTab | |
Fields
|
Instances
ToJSON SetMainProfileTab Source # | |
Defined in TD.Query.SetMainProfileTab Methods toJSON :: SetMainProfileTab -> Value # toEncoding :: SetMainProfileTab -> Encoding # toJSONList :: [SetMainProfileTab] -> Value # toEncodingList :: [SetMainProfileTab] -> Encoding # | |
Show SetMainProfileTab Source # | |
Defined in TD.Query.SetMainProfileTab Methods showsPrec :: Int -> SetMainProfileTab -> ShowS # show :: SetMainProfileTab -> String # showList :: [SetMainProfileTab] -> ShowS # | |
Eq SetMainProfileTab Source # | |
Defined in TD.Query.SetMainProfileTab Methods (==) :: SetMainProfileTab -> SetMainProfileTab -> Bool # (/=) :: SetMainProfileTab -> SetMainProfileTab -> Bool # | |
ShortShow SetMainProfileTab Source # | |
Defined in TD.Query.SetMainProfileTab Methods shortShow :: SetMainProfileTab -> String Source # |