Rattletrap.Type.Attribute.UniqueId
data UniqueId Source #
Constructors
Fields
Defined in Rattletrap.Type.Attribute.UniqueId
Methods
parseJSON :: Value -> Parser UniqueId #
parseJSONList :: Value -> Parser [UniqueId] #
omittedField :: Maybe UniqueId #
toJSON :: UniqueId -> Value #
toEncoding :: UniqueId -> Encoding #
toJSONList :: [UniqueId] -> Value #
toEncodingList :: [UniqueId] -> Encoding #
omitField :: UniqueId -> Bool #
showsPrec :: Int -> UniqueId -> ShowS #
show :: UniqueId -> String #
showList :: [UniqueId] -> ShowS #
(==) :: UniqueId -> UniqueId -> Bool #
(/=) :: UniqueId -> UniqueId -> Bool #
schema :: Schema Source #
bitPut :: UniqueId -> BitPut Source #
bitGet :: Version -> BitGet UniqueId Source #