Hercules.API.Accounts.AccountSettingsPatch
data AccountSettingsPatch Source #
Constructors
Fields
Defined in Hercules.API.Accounts.AccountSettingsPatch
Methods
(==) :: AccountSettingsPatch -> AccountSettingsPatch -> Bool #
(/=) :: AccountSettingsPatch -> AccountSettingsPatch -> Bool #
showsPrec :: Int -> AccountSettingsPatch -> ShowS #
show :: AccountSettingsPatch -> String #
showList :: [AccountSettingsPatch] -> ShowS #
Associated Types
type Rep AccountSettingsPatch :: Type -> Type #
from :: AccountSettingsPatch -> Rep AccountSettingsPatch x #
to :: Rep AccountSettingsPatch x -> AccountSettingsPatch #
toJSON :: AccountSettingsPatch -> Value #
toEncoding :: AccountSettingsPatch -> Encoding #
toJSONList :: [AccountSettingsPatch] -> Value #
toEncodingList :: [AccountSettingsPatch] -> Encoding #
parseJSON :: Value -> Parser AccountSettingsPatch #
parseJSONList :: Value -> Parser [AccountSettingsPatch] #
rnf :: AccountSettingsPatch -> () #
declareNamedSchema :: Proxy AccountSettingsPatch -> Declare (Definitions Schema) NamedSchema #