| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Property.ByteProperty
Documentation
data ByteProperty Source #
Constructors
| ByteProperty | |
Fields | |
Instances
| Eq ByteProperty Source # | |
| Show ByteProperty Source # | |
| Generic ByteProperty Source # | |
| Binary ByteProperty Source # | |
| NFData ByteProperty Source # | |
| ToJSON ByteProperty Source # | |
| HasField "key" ByteProperty Text Source # | |
| HasField "size" ByteProperty Word64 Source # | |
| HasField "value" ByteProperty Text Source # | |
| ModifyField "key" ByteProperty ByteProperty Text Text Source # | |
| ModifyField "size" ByteProperty ByteProperty Word64 Word64 Source # | |
| ModifyField "value" ByteProperty ByteProperty Text Text Source # | |
| ModifyRec "key" Text cs0 => HasField "key" (Rec cs0 ByteProperty) Text Source # | |
| ModifyRec "size" Word64 cs0 => HasField "size" (Rec cs0 ByteProperty) Word64 Source # | |
| ModifyRec "value" Text cs0 => HasField "value" (Rec cs0 ByteProperty) Text Source # | |
| ModifyRec "key" Text cs0 => ModifyField "key" (Rec cs0 ByteProperty) (Rec cs0 ByteProperty) Text Text Source # | |
| ModifyRec "size" Word64 cs0 => ModifyField "size" (Rec cs0 ByteProperty) (Rec cs0 ByteProperty) Word64 Word64 Source # | |
| ModifyRec "value" Text cs0 => ModifyField "value" (Rec cs0 ByteProperty) (Rec cs0 ByteProperty) Text Text Source # | |
| type Rep ByteProperty Source # | |
| type FieldType "key" ByteProperty Source # | |
| type FieldType "size" ByteProperty Source # | |
| type FieldType "value" ByteProperty Source # | |
| type UpdateType "key" ByteProperty Text Source # | |
| type UpdateType "size" ByteProperty Word64 Source # | |
| type UpdateType "value" ByteProperty Text Source # | |