[][src]Type Definition photon_decode::PhotonCursor

type PhotonCursor<'a> = Cursor<&'a [u8]>;

Trait Implementations

impl<'_> Decode<Command> for PhotonCursor<'_>[src]

impl<'_> Decode<EventData> for PhotonCursor<'_>[src]

impl<'_> Decode<HashMap<String, Value, RandomState>> for PhotonCursor<'_>[src]

impl<'_> Decode<HashMap<u8, Value, RandomState>> for PhotonCursor<'_>[src]

impl<'_> Decode<OperationRequest> for PhotonCursor<'_>[src]

impl<'_> Decode<OperationResponse> for PhotonCursor<'_>[src]

impl<'_> Decode<PhotonHeader> for PhotonCursor<'_>[src]

impl<'_> Decode<ReliableCommand> for PhotonCursor<'_>[src]

impl<'_> Decode<ReliableFragment> for PhotonCursor<'_>[src]

impl<'_> Decode<String> for PhotonCursor<'_>[src]

impl<'_> Decode<UnreliableCommand> for PhotonCursor<'_>[src]

impl<'_> Decode<Value> for PhotonCursor<'_>[src]

impl<'_> Decode<Vec<Box<Value>>> for PhotonCursor<'_>[src]

impl<'_> Decode<Vec<String>> for PhotonCursor<'_>[src]

impl<'_> Decode<Vec<Value>> for PhotonCursor<'_>[src]

impl<'_> Decode<Vec<bool>> for PhotonCursor<'_>[src]

impl<'_> Decode<Vec<u8>> for PhotonCursor<'_>[src]

impl<'_> Decode<bool> for PhotonCursor<'_>[src]

impl<'_> Decode<f32> for PhotonCursor<'_>[src]

impl<'_> Decode<f64> for PhotonCursor<'_>[src]

impl<'_> Decode<i16> for PhotonCursor<'_>[src]

impl<'_> Decode<i64> for PhotonCursor<'_>[src]

impl<'_> Decode<u32> for PhotonCursor<'_>[src]

impl<'_> Decode<u8> for PhotonCursor<'_>[src]