octane-0.20.3: Parse Rocket League replays.

Safe HaskellNone
LanguageHaskell2010

Octane.Type.RemoteId.PlayStationId

Documentation

data PlayStationId Source #

Instances

Eq PlayStationId Source # 
Show PlayStationId Source # 
ToJSON PlayStationId Source # 
HasField "name" PlayStationId Text Source # 

Methods

getField :: Proxy# Symbol "name" -> PlayStationId -> Text #

HasField "unknown" PlayStationId ByteString Source # 

Methods

getField :: Proxy# Symbol "unknown" -> PlayStationId -> ByteString #

ModifyField "name" PlayStationId PlayStationId Text Text Source # 
ModifyField "unknown" PlayStationId PlayStationId ByteString ByteString Source # 
ModifyRec "name" Text cs0 => HasField "name" (Rec cs0 PlayStationId) Text Source # 

Methods

getField :: Proxy# Symbol "name" -> Rec cs0 PlayStationId -> Text #

ModifyRec "unknown" ByteString cs0 => HasField "unknown" (Rec cs0 PlayStationId) ByteString Source # 

Methods

getField :: Proxy# Symbol "unknown" -> Rec cs0 PlayStationId -> ByteString #

ModifyRec "name" Text cs0 => ModifyField "name" (Rec cs0 PlayStationId) (Rec cs0 PlayStationId) Text Text Source # 

Methods

modifyField :: Proxy# Symbol "name" -> (Text -> Text) -> Rec cs0 PlayStationId -> Rec cs0 PlayStationId #

setField :: Proxy# Symbol "name" -> Rec cs0 PlayStationId -> Text -> Rec cs0 PlayStationId #

fieldLens :: Functor f => Proxy# Symbol "name" -> (Text -> f Text) -> Rec cs0 PlayStationId -> f (Rec cs0 PlayStationId) #

ModifyRec "unknown" ByteString cs0 => ModifyField "unknown" (Rec cs0 PlayStationId) (Rec cs0 PlayStationId) ByteString ByteString Source # 
type FieldType "name" PlayStationId Source # 
type FieldType "unknown" PlayStationId Source # 
type UpdateType "name" PlayStationId Text Source # 
type UpdateType "unknown" PlayStationId ByteString Source #