Safe Haskell | None |
---|---|
Language | Haskell2010 |
Proto.POGOProtos.Networking.Requests.Messages.SetFavoritePokemonMessage
Documentation
data SetFavoritePokemonMessage #
Constructors
SetFavoritePokemonMessage | |
Instances
Eq SetFavoritePokemonMessage # | |
Show SetFavoritePokemonMessage # | |
Message SetFavoritePokemonMessage # | |
Default SetFavoritePokemonMessage # | |
HasField "isFavorite" SetFavoritePokemonMessage SetFavoritePokemonMessage # | |
HasField "pokemonId" SetFavoritePokemonMessage SetFavoritePokemonMessage # | |
type Field "isFavorite" SetFavoritePokemonMessage # | |
type Field "pokemonId" SetFavoritePokemonMessage # | |
isFavorite :: forall msg msg'. HasField "isFavorite" msg msg' => Lens msg msg' (Field "isFavorite" msg) (Field "isFavorite" msg') #