| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Value.PickupValue
Documentation
data PickupValue Source #
Constructors
| PickupValue | |
Instances
| Eq PickupValue Source # | |
| Show PickupValue Source # | |
| Generic PickupValue Source # | |
| NFData PickupValue Source # | |
| ToJSON PickupValue Source # | |
| HasField "hasInstigator" PickupValue Boolean Source # | |
| HasField "pickedUp" PickupValue Boolean Source # | |
| ModifyField "hasInstigator" PickupValue PickupValue Boolean Boolean Source # | |
| ModifyField "pickedUp" PickupValue PickupValue Boolean Boolean Source # | |
| ModifyField "instigatorId" PickupValue PickupValue (Maybe Word32) (Maybe Word32) Source # | |
| HasField "instigatorId" PickupValue (Maybe Word32) Source # | |
| ModifyRec "hasInstigator" Boolean cs0 => HasField "hasInstigator" (Rec cs0 PickupValue) Boolean Source # | |
| ModifyRec "pickedUp" Boolean cs0 => HasField "pickedUp" (Rec cs0 PickupValue) Boolean Source # | |
| ModifyRec "instigatorId" (Maybe Word32) cs0 => HasField "instigatorId" (Rec cs0 PickupValue) (Maybe Word32) Source # | |
| ModifyRec "hasInstigator" Boolean cs0 => ModifyField "hasInstigator" (Rec cs0 PickupValue) (Rec cs0 PickupValue) Boolean Boolean Source # | |
| ModifyRec "pickedUp" Boolean cs0 => ModifyField "pickedUp" (Rec cs0 PickupValue) (Rec cs0 PickupValue) Boolean Boolean Source # | |
| ModifyRec "instigatorId" (Maybe Word32) cs0 => ModifyField "instigatorId" (Rec cs0 PickupValue) (Rec cs0 PickupValue) (Maybe Word32) (Maybe Word32) Source # | |
| type Rep PickupValue Source # | |
| type FieldType "hasInstigator" PickupValue Source # | |
| type FieldType "instigatorId" PickupValue Source # | |
| type FieldType "pickedUp" PickupValue Source # | |
| type UpdateType "hasInstigator" PickupValue Boolean Source # | |
| type UpdateType "pickedUp" PickupValue Boolean Source # | |
| type UpdateType "instigatorId" PickupValue (Maybe Word32) Source # | |